.tweet,
.query {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.tweet_list {
	list-style: none;
}
	
.tweet_list li {
	padding: 7px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #D9D9D9;
	list-style-type: none;
}

.tweet_list li:last-child {
	border-bottom: none;
}
		
.tweet_list li a {
	color: #0A2A51;
	border-bottom: 1px dotted #0A2A51;
}
			
.tweet_list li a:hover {
	border-bottom: none;
}
		
.tweet_list .tweet_avatar {
	padding-right: 5px;
	float: left;
	border-bottom: none !important;
}
		
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

.tweet_list .tweet_time a {
	border-bottom: none;
	color: #444;
	font-size: 9px;
	margin-right: 3px;
	text-transform: uppercase;
}