.tweet,
.query {
	font: 120% Georgia, serif;
	color: #085258;
}

	.tweet_list a {
		
		color: #ddd !important;
		text-decoration: underline !important;
	}
	.tweet_list {
		list-style: none;
		margin: 0;
		font-size:12px;
		color:#333;
		font-family:Arial;
		padding: 0;
		overflow-y: hidden;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 12px;
			list-style-type: none;
			height: 100px;
		}
		
			.tweet_list li a {
				text-decoration:none;
			}

					
		
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
			
			
			.tweet_list .tweet_time {
				display: block;
				font-size: 12px;
				color: #ddd !important;
			}
			.tweet_list .tweet_text {
				
				font-size: 11px;
				color: #ddd;
			}