.tweet,
.query {
	font: 90% Georgia, serif;
	color: #0f271b;	
}

	.tweet_list {
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		border:.1em solid #9cbaab;
		list-style: none;
		margin:50px 0 10px 0;
		padding: 0;
		overflow-y: hidden;
		background-color: #c0ebf5;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.7em 0.5em;
			list-style-type: none;
		}
		
			.tweet_list li a {
				color: #03562c;
			}
		
		.tweet_list .tweet_even {
			/*background-color: #90d4b1;*/
			background-color: #c0ebf5;
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}