.tweet, .query {
	font: 120% Georgia, serif;
	color: #085258;
}
.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width:200px;
	overflow-y: hidden;
	background-color: #ffffff;
}
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	font-size:12px;
	padding: 0.5em;
	color: #444444;
	list-style-type: none;
}
.tweet_list li a:link,
.tweet_list li a:visited,
.tweet_list li a:hover,
.tweet_list li a:active {
	/*color: #88CE67;*/
	color: #000000!important;
	text-decoration:none;
}
.tweet_list li a:hover {
	text-decoration:underline;
}
.tweet_list .tweet_even {
	background-color: #ffffff;
}
.tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}
.tweet_time a { display: none; }

