.query {
	color: #333;
	float: right;
	font-family: Arial, serif;
	font-size: 1em;
	margin: 0px 0px 0px 25px;
	text-align: left;
	width: 300px;
}

.query .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #feb913;
}
    
.query .tweet_list li {
	overflow: auto;
	padding: .5em; 
    border-bottom: solid 1px; 	
}


.query .tweet_list li a {
	color: #000; 
}

.query .tweet_list .tweet_even {
	background-color: #f5f5f5; 
}

.query .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left; 
}

.query .tweet_list .tweet_avatar img {
	vertical-align: middle; 
}
