/* @override http://www.bmi.com/stylesheets/sxsw2010.css */

.query {
	font-size: 95%;
	color: #3b3b3b;
	margin-left: 50px;
}

.query .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.query .tweet_list li {
	overflow: auto;
	padding: .5em;
}

.query .tweet_list li a {
	color: #fffeff;
	font-weight: bold;
}

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

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

.query .tweet_list .tweet_avatar img {
	vertical-align: middle;
	padding-right: 3px;
}
