.tweet, .query {
	color: #888;
}
#right-sidebar .tweet, #right-sidebar .query {
	color: #333;
}
.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	line-height:20px;
}
#right-sidebar .tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	list-style-type: none;
	 border-bottom: 1px dotted #DDDDDD;
    list-style: square inside none;
    margin: 0 10px 10px 5px;
    padding-bottom: 10px;
	line-height:20px;
}
.tweet_list li a {
	color: #aaa;
	border-bottom:1px dashed #555555;
}
#right-sidebar .tweet_list li a {
	color: #333;
	border-bottom:1px dashed #DDDDDD;
}
.tweet_list li a:hover {
	color:#fff;
}
.tweet_list .tweet_even {
}
.tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
	border-bottom:none;
}
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}
