@charset "utf-8";

/* CSS Document */
#tweet-container ul {
	background:#fff;/*#095178;/*#eee;*/
	color:#095178;/*#333;*/
	list-style:none;
	width:450px;
	margin:0;
	padding:3px 3px;
	border:0px solid #095178;
	}
#tweet-container .imagem img {
	display:block;
	float:left;
	margin-right:5px;
	}
#tweet-container li {
	min-height:40px;
	background:#fff;
	clear:both;
	border:1px solid #ccc;
	padding:5px;
	margin:0px 0;
	}
.time {
	font-size:8px;
	display:block;
	text-align:right;
	margin:5px 5px 0 0;
	}
#tweet-container ul a {
	color:#000000;/*#999;*/
	font-style:italic;
	}
#tweet-container ul a:hover {
	color:#ccc;
	text-decoration:none;
	}

