.tweet, .query {
	width:200px;
	height:auto;
	font: 11px arial;
	color:#333333;
	border-left:1px solid #c03838; 
	border-right:1px solid #c03838; 
	float:left
}
.tweet_odd {
	border-bottom:dotted #7b7b7b 1px; 
	}
.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	background-color: #FFF; 
}
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
	list-style-type: none;
}
.tweet_list li a {
	color: #bf3737;
	text-decoration:underline;
}
.tweet_list .tweet_even {
	background-color: #FFF;
	border-bottom:dotted #7b7b7b 1px;
}
.tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}
