.tweet,
.query {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #C1EEF7;
	background: #1FCEED;
}

.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	padding: 15px 15px 0 15px;
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
	width: 335px;
	color: #17A4BD;
	font-weight: bold;
}

.tweet_list li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #E5F7FA;
	text-decoration: none;
}

.tweet_list li a:hover {
	text-decoration: none;
}

.tweet_list .tweet_avatar {
	padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

.tweet ul.tweet_list {
	height: 446px;
	overflow-y:hidden;

}
.tweet .tweet_list li {
	height: 89px;
}

.tweet .tweet_list li p {
	display: table-cell;
	vertical-align: middle;
	height: 83px;
	width: 335px;
}

.tweet_time a {
	font-family: Verdana, Geneva, sans-serif;
	color: #18A3BD !important;
	font-size: 12px;	
	text-decoration: none;
	display: block;
	text-align: right;
	font-weight: bold;
	margin-top: 5px;
}

.tweet_text {
	display: block;
	color: #C1EEF7;
	font-weight: normal;	
}

.tweet_user a {
	color: #17A4BD;	
}