.tweet_list
{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}

.tweet_list li
{
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
}
	
.tweet_list li a
{
	color: #BEC1B8;
}
	
.tweet_list .tweet_even
{
	background-color: #91E5E7;
}
	
.tweet_list .tweet_avatar
{
	padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img
{
	vertical-align: middle;
}