.tweet,
.query {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #00;
}

	.tweet_list {
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		border: 1px #808080 solid;
		list-style: none;
		margin: 0.5em;
		padding: 0;
		overflow-y: hidden;
		background-color: #cccccc;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.5em;
			list-style-type: none;
		}
		
			.tweet_list li a {
				color: #808080;
				text-decoration: none;
				font-weight: bold;
			}
			
			.tweet_list li a:hover {
				color: black;
				text-decoration: underline;
				font-weight: bold;
			}
		
		.tweet_list .tweet_even {
			background-color: #FAFAFA;
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}