.tweet,
.query {
	background:#E8E8E8;
	/*padding:2px;*/
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:12px;
}

	.tweet_list {
		background-color: none;
		height: auto;
		list-style: none;
		margin: 5px 5px 0px 10px !important;
		overflow-y: auto;
		padding: 0;
	}
	
		.tweet_list .awesome,
		.tweet_list .epic {
			text-transform: uppercase;
		}
		
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0;
			list-style:none;
		}
		
			.tweet_list li a {
				color: #EF8900 !important;
			}
			
			.tweet_list li a:hover {
				text-decoration:underline;
			}
		
		.tweet_list .tweet_even, .tweet_list .tweet_odd {
			border-top:1px solid #999999;
			padding:4px 0;
		}
		.tweet_list .tweet_first{
			border:none;
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
			
			.tweet_list .tweet_time a {
				color:#999999 !important;
				text-decoration:none;
				font-size:11px;
			}