.tweet, .query {
	color: #7f7265;
	font-family: 'museo_slab500', Georgia, serif;
	font-size: 14px;
	font-weight: normal; 
	line-height: 20px;
	text-align: center;
}

.tweet .tweet_list, .query .tweet_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow-y: hidden;
}

/*.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
	text-transform: uppercase;
}*/

.tweet .tweet_list li, .query .tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px;
	padding-top: 15px;
}

.tweet .tweet_list li a, .query .tweet_list li a {
	color: #408ebb;
	font-family: 'museo_slab500', Georgia, serif;
	font-size: 14px;
	font-weight: normal; 
	line-height: 20px; 
	text-decoration: none;
}

.tweet .tweet_list li a:hover, .query .tweet_list li a:hover {
	color: #408ebb;
	font-family: 'museo_slab500', Georgia, serif;
	font-size: 14px;
	font-weight: normal; 
	line-height: 20px; 
	text-decoration: underline;
}

.tweet .tweet_list li .tweet_time {
	display: none;
}

.tweet .tweet_list li .tweet_time a, .query .tweet_list li .tweet_time a {
	color: #ffffff;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
}

.tweet .tweet_list li .tweet_time a:hover, .query .tweet_list li .tweet_time a:hover {
	color: #ffffff;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-decoration: underline;
}

.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
	display: none;
}

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