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

#tweet-container {
	margin:6px 0;
}

ul.tweet-r {
	float:right;
	width:50px;
	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;
}

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

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

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

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

.pagination {
	padding:10px;
	margin-top:10px;
	font-weight:bold;
	font-size:14px;
	background-color:#d0edd0;
}
