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

	.tweet_list {
		list-style: none;
		margin: 0;
		font-size:12px;
		color:#333;
		font-family:NillandBold,trebuchet ms,times,serif;
		padding: 0;
		overflow-y: hidden;
		background-color: #F9F9F9;
		max-height:234px;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 12px;
			list-style-type: none;
			border-bottom:1px solid #ccc;
		}
		
			.tweet_list li a {
				text-decoration:none;
				border-bottom: 1px dotted #ccc;
				color:#1270A0;
			}

			.tweet_list li a:hover {
				color:red;
				border-bottom: 1px dotted #000;
			}			
		
		.tweet_list .tweet_even {
			background-color: #eeeeee;
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}