.query {
  font-family: Arial, serif;
  color: #2a3845;
  width:190px;
}

.query .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin:3px 0px 0px 0px;
    padding: 0;
    background-color: #d7e8af;
	font-size: .90em;
}
	
.query .tweet_list li {
	overflow: auto;
    padding: .5em; 
}

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

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

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

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

