.tweet_list {
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	background:none !important;
	width:280px !important;
}

.tweet_list li {
	background:none !important;
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
	position:relative;
	width:280px !important;
	height:80px !important;
}

.tweet_list li a {
	color: #0092ca;
}

.tweet_list .tweet_even {
	background-color: #91E5E7;
}

.tweet_list .tweet_avatar {
	
}

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