.tweet,
.query {
	font-family: DroidSansRegular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #085258;
}

	.tweet_list {
		width: 250px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
		background-color: #ffffff;
		border: 1px solid #cccccc;
		margin-bottom: 20px;
		font-family: DroidSansRegular, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #777777;
		line-height: 1.5em;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 10px;
			list-style-type: none;
			margin: 0;
			
		}
		
			.tweet_list li a {
				color: #7B2989;
				text-decoration: none;
			}
		
		.tweet_list .tweet_even {
			background-color: #f9f9f9;
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
				border: 1px solid #eeeeee;
			}