.tweets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4b4c;
	line-height: 18px;
}
.tweets .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #FAFAFA;
}
.tweets .tweet_list li {
	overflow: auto;
	padding: 10px;
	margin: 0px;
}
.tweets .tweet_list li a {
	color: #a5167c;
}
.tweets .tweet_list .tweet_even {
	background-color: #F2F2F2;
}
.tweets .tweet_list .tweet_avatar {
	border: solid #cccccc 1px;
	background-color: #f6f3ef;
	padding: 6px;
	margin: 0px 15px 0px 0px;
	float: left;
}
.tweets .tweet_list .tweet_avatar img {
	vertical-align: middle;
}
