.tweet {
	font-family: "Hoefler Text","Adobe Garamond Pro", Garamond, "Garamond Premier Pro",  "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	color: #9c9c9c; 
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 200px;
}

.tweet .tweet_list {
	-webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0; 
}

.tweet .tweet_list li{
	overflow: auto;
	padding: .5em; 
	font-size: 20px;
	font-style: italic;
	color: #9c9c9c; 
}

.tweet .tweet_list li a {
	color: #0C717A; 
}

.tweet .tweet_list .tweet_even {
}


.tweet .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left; 
}

.tweet .tweet_list .tweet_avatar img {
	vertical-align: top; 
}
