.tweet,
.query {
	font: 120% Georgia, serif;
	color: #085258;
}

#ticker ul.tweet_list {
        height:14em;
        overflow-y:hidden; padding: 0 10px; }

	.tweet_list {
		list-style: none;
		margin: 0; margin-bottom: 20px;
		padding: 0;
		overflow-y: hidden;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding-right: 15px;
			list-style-type: none;
			color: #696969!important;
			font-family: arial; margin-bottom: 15px;
		}
		
			.tweet_list li a {
				color: #0f76b5; text-decoration: none;
			}
			.tweet_list li a:hover { text-decoration: underline; }
		
		.tweet_list .tweet_even {
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left; display: none;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle; 
			}