.tweet {
	font-family: Georgia, serif;
	font-size: 100%;
	color: #000;
	width:900px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	margin-bottom:30px;
}
.tweet .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
/*background-color: #8ADEE2;*/ }
.tweet .tweet_list li {
	overflow: auto;
	padding: 1em;
}
.tweet .tweet_list li a {
	color: #000;
}
.tweet .tweet_list li a:hover {
	color: #fff;
}
.tweet .tweet_list .tweet_even {
	background-color: #f1f1f1;
	margin-top: 5px;
	margin-bottom: 5px;
}
.tweet .tweet_list .tweet_avatar {
	margin-right: .5em;
	float: left;
}
.tweet .tweet_list .tweet_avatar img {
	vertical-align: middle;
}
