.tweet,
.query {

}

.tweet_list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
}
	
.main_content ul.tweet_list > li {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5em;
    list-style-type: none;
    color:#404040;
    line-height:1.4em;
    background:url(../images/tweet-shadow.png) no-repeat 0px 0px;
    background-size:100% auto;
    padding:1em 0;
    margin:0;
}

.main_content ul.tweet_list > li:first-child {
    background:none;
}
		
.tweet_list li a {
    color: #3059b3;
    font-weight:bold;
    text-decoration:none;
}
.tweet_list li a:hover {
    text-decoration:underline;
}
		
.tweet_list .tweet_even {
	
}
		
.tweet_list .tweet_avatar {
    padding-right: .5em; float: left;
}
		
.tweet_list .tweet_avatar img {
    vertical-align: middle;
}