.tweet,
.query {
	position: absolute;
	top: 2px;
	left: 200px;
	width: 550px;
	color: #d9d6d6;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.6em;
	color:#d9d6d6;
}

	.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;
		width: 675px;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.5em;
			list-style-type: none;
		}
		
			.tweet_list li a {
				color: #6DCFF6;
				
			}
		
		.tweet_list .tweet_even {
		}
		
		.tweet_list .tweet_avatar {
			height: 46;
			width: 46;
			padding-right: .5em; float: left;
		}
		.tweet_list .span {
			color: #464646;
			font-size: 0.91em;
			text-align:left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}