.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	background-color: white;
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px 0px;
	list-style-type: none;
	font-size: 12px;
	line-height: 17px;
}

.tweet_list li.tweet_first {
	border-bottom:1px solid #A7A8AC;
}

.tweet_list li a.tweet_hashtag{
	font-style: normal;
}

.tweet_list li a {
	font-weight: bold;
	font-style: italic;
	color: black;
}

.tweet_list .tweet_time a {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #939598;
	float:right;
}

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

.tweet_list .tweet_avatar img {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	vertical-align: middle;
	margin-top: 1px;
}

