#tweet-holder {
	margin-top: 10px;
	position: relative;
}
.tweet, .query {
	font: 120% Georgia, serif;
	color: #fff;
}
.tweet_list {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
.tweet_list li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #111111;
	font-size: 14px;
	font-style:italic;
	line-height:1.5em;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 40px;
}
.tweet_list li a {
	color: #0c4da2;
}
.tweet_list .tweet_even {

}
.tweet_list .tweet_avatar {
	margin-right: 15px;;
	float: left;
	clear:right;
}
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

.tweet_list li .tweet_time  {
	margin-right:10px;
	float:left;
}

.tweet_list li .tweet_time a {
	color: #a3238e;
}

/* .tweet_text {
	float:left;
	width:225px;
} */
