.tweet,
.query {
	font: 120% Georgia, serif;
	color: #fff;
	position:relative; right:10px; bottom:10px;
}

	.tweet_list {
		-webkit-border-radius: 0.6em;
		-moz-border-radius: 0.6em;
		border-radius: 0.6em;
		list-style: none;
		margin: 0;
		font-size:12px;
		color:#fff;
		font-family:Arial;
		padding: 0;
		overflow-y: hidden;
		
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 12px;
			list-style-type: none;

		}
		
			.tweet_list li a {
				color:#fff;
				text-decoration:none;
				
			}

			.tweet_list li a:hover {
				color: #666;
			}			
		
		.tweet_list .tweet_even {
			
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
			
.tweet.gap35 .tweet_list { color: #fff; background: none; }
.tweet.gap35 .tweet_list .tweet_even { background: none; }
.tweet.gap35 .tweet_list li a { color: #fff; border: 0px; }