.tweet,
.query {
	font-family: 'Cabin', Arial;
	font-size: 13px;
	line-height: 18px;
	color: #333;
}

	.tweet_list {
		list-style: none;
		overflow-y: hidden;
		margin: 0;
		padding: 0;

	}
	
		.tweet_list .awesome,
		.tweet_list .epic {
			text-transform: uppercase;
		}
		
		.tweet query ul {margin: 0 0 10px 0; padding: 0 0 0 -15px;}
		
		.tweet_list li 
		{
		    margin:8px 0 12px 10px; 
		    padding:0 15px 0 15px;
		    background-image:url(/Themes/Default/Content/Images/bullet_twitter.jpg); 
		    background-repeat:no-repeat; 
		    background-position: 0 4px; 
		    list-style-type:none; 
		    line-height: 20px; 
			overflow-y: auto;
			overflow-x: hidden;
			zoom:1;
		}
		
			.tweet_list li a {
				color: #999900;
			}
			
			.tweet_list li a:hover {
				color: #0099CC;
			}
		
		.tweet_list .tweet_even {
			background-color: #fff;
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}