.tweet, .query {
	font: 120% Georgia, serif;
	color: #085258;
}
.tweet_list {
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
#twitter_home .tweet_list li {
	background: url('../images/home/tweet.png') left top no-repeat;
	padding: 4px 0 17px 40px;
	border-bottom: 1px solid #D9D9D9;
	height: auto;
	min-height: 23px;
	overflow: hidden;
	position: relative;
	margin-bottom: 9px;
}
.tweet_list li:last-of-type {
	border: none;
}
#twitter_home .tweet_list li .tweet_time {
	overflow: hidden;
	width: auto;
	height: 20px;
	display: block;
	float: right;
	position: absolute;
	right: 0;
	bottom: 1px;
}
#twitter_home .tweet_list li .tweet_time a {
	font-size: 11px;
	/*color: #00b8f5;*/
	font-style: italic;
	float: right;
	margin-right: 1px;
}
.tweet_list li .tweet_text {
	font-size: 13px;
	line-height: 14px;
	display: block;
	height: auto;
	float: left;
	overflow: hidden;
}
/*.tweet_list li .tweet_text a, .tweet_list li .tweet_text span {
 color: #00B8F5 !important;
 }*/
.tweet_list li .tweet_text, .tweet_list li .tweet_text a, .tweet_list li .tweet_text span {
	font-size: 13px;
	/*color: #303030;*/
}
.tweet_list .tweet_even {

}
.tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}
/*.controls .downArrow[disabled="disabled"]{
 opacity: 0.5;
 }*/