.tweet,
.query {
	font-family: 'livory_regularregular', Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #7f7f7f;
	text-align: center;
	margin-bottom: 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;
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
	list-style-type: none;
}

.tweet_list li a{ color: #664C33; }
.tweet_list li a:hover{ color: #ccc; }

.tweet_list .tweet_even{ background-color: #ed665c; }

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

.tweet_list .tweet_avatar img { vertical-align: middle; }

.tweet_list .tweet_time {
	display:block;
	padding:15px 0 0 0;
	font-size:12px;
	color: #382B21 !important;
	text-transform:uppercase;
	font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
	letter-spacing:4px
	
}