#info {
	background:#e9f9ed;
	padding:2px 0;
}

#info ul {
	margin-right:-30px;

}

#info li {
	list-style:none;
	padding:2px;
}

#info li.about {
	margin:5px;
}

li.settings {
	text-align:left;
	margin-left:2px;
	font-weight:bold;
	font-size:16px;
}

/*********************************** Tweets container ***************************/
#tweets {
	margin-top:10px;
	display:block;
}

.tweet-container {
	margin:15px 0;
	padding:4px;
	position:relative;
}

.delete {
	position:absolute;
	cursor:pointer;
	top:-10px;
	right:-10px;
}

ul.tweet-r {
	float:right;
	width:60px;
	margin-right:-20px;
	text-align:center;
}


li.score {
	background-color:#dbf1d9;
	font-weight:bold;
	font-size:22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}	

ul.points {
	margin-right:-40px;
}

img.pointer {
	cursor:pointer;
}

li.num {
	direction:ltr;
}

img.pointer:hover {
	opacity:0.7;
	filter: alpha(opacity = 70);
}

li.error {
	font-size:14px;
}

.tweet-text {
	overflow:hidden;
	float:left;
	width:520px;
	padding:5px;
	margin:8px;
}

.date {
	font-size:10px;
	color:#567456;
}

#insert_tweet textarea {
	height:30px;
}

.message {
	padding:5px;
	background-color:#d0ecf3;
	margin:5px;
}

#counter {
	margin-right:i280px;
	color:#9a6b2d;
	font-size:15px;
	font-weight:bold;
}

.tweet_paginator {
	cursor:pointer;
	color:#117df6;
}

.tweet_paginator:hover {
	color:blue;
}

#ratings {
	font-size:11px;
	padding:5px;
	background-color:#e0f3d3;
	margin:10px 0;
}

#ratings a {
	margin:0 2px;
}
#ratings a.red{
	color:red;
}

#ratings a.blue{
	color:blue;
}

#tweet_percent {
	display:block;
	width:95%;
	padding:10px;
	margin:10px 0;
	background:#f1f6eb;
	color:#000;
	font-weight:bold;
}
/*********************************** Edit Profile  ***************************/

.fieldWrapper {
	margin:10px;
}

hr {
	margin:20px;
	color:#7c8f7c;
}

li.b-nav {
	list-style:none;
	font-weight:bold;
	margin:10px;
}
.images {
	margin:10px;
}

/************************************ User Scores ********************************/
#user_scores {
	padding:5px;
	background:#e9f9ed;
	margin:10px 0;
	font-size:14px;
}

#user_scores ul {
	margin-right:-30px;
}

#user_scores li:nth-child(odd) {
	background: rgba(50,50,50,0.1);
	margin:8px;
	padding:4px;
}
 
#user_scores ul li:nth-child(odd):hover {
	background: rgba(50,50,50,0.3);	
}
 
#user_scores ul li:nth-child(even) {
	background: rgba(50,50,50,0.3);
}
 
#user_scores ul li:nth-child(even):hover {
	background: rgba(50,50,50,0.5);
}

#user_scores ul li:nth-child(3n+1) {
	-webkit-transform:rotate(-0.6deg);
	-moz-transform:rotate(-0.6deg);
	transform:rotate(-0.6deg);
	-o-transform:rotate(-0.6deg);
}

/************************ User Predicts ****************************/
.predicts {
	padding:0 5px 30px 5px;
}

.predicts p {
	clear:both;
	margin:1px;
}

