.tweet,
.query {
	font: 12px Arial, sans-serif;
	color: #666;
}

	.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;
		
	}
	
		.tweet_text {
			float: left;
			width: 80%;
			line-height: 22px;
		}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding-bottom: 22px;
			list-style-type: none;
			border-bottom: 1px solid #464646;
			margin-bottom: 22px;
		}
		
			.tweet_list li a {
				color: #fff;
			}
			
			.tweet_list li a:hover {
				color: #f32b46;
			}
		
		.tweet_list .tweet_avatar {
			margin-right: 10px;
			float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}