.tweet,
.query {
	/*font-size: 13px;*/
	/*color: #085258;*/
	margin-top: 20px;
}

.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;
	/*background-color: #8ADEE2;*/
}

.tweet_list .tweet_time {
	font-size: 11px;
}
	
.tweet_list .awesome,
.tweet_list .epic {
	text-transform: uppercase;
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 15px;
}
		
.tweet_list li a {
	color: #a48e6e;
}

.tweet_list li a:hover {
	/*text-decoration: underline;
	color: #c03f09;*/
}

.tweet_list .tweet_even {
	/*background-color: #e8e8e8;*/
}
		
.tweet_list .tweet_avatar {
	padding-right: .5em; float: left;
}
		
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}
