.query {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	padding: 0;
	margin: 0;
	width: 338px;
}

.query .tweet_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #333;
}

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

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

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

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

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

.scrollableContent {
	position:relative;
	float:left;
	margin:-19px 0 0 -15px;
	padding:0;
	width:355px;
	height:212px;
	overflow:auto;
}