.tweet,
.query {
	font-family: 'Droid Sans',sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #9B9B9B;
	margin-top: 20px;
	margin-bottom: 20px;
}
            
.tweet ul.tweet_list {
  height:4em;
  overflow-y:hidden;
}
.tweet .tweet_list li {
  height: 4em;
  overflow: hidden;
}
	.tweet_list {
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
		/*background-color: #8ADEE2;*/
	}
	

		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			list-style-type: none;
		}
		
			.tweet_list li a {
				color: #F3D02E;
			}
		
		.tweet_list .tweet_even {
			/*background-color: #91E5E7;*/
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}