.tweet {
  	font-family: Arial, serif;
  	font-size: 90%;
  	color: #6c6c6c; 
}

.tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #e5e5e5; 
}

.tweet .tweet_text {
	color: #666;
	font-weight: bold;
	font-size: 0.9em;
}

.tweet .tweet_list li {
    overflow: hidden;
    padding: .5em; 
}

.tweet .tweet_list li a {
    color: #6c6c6c;
	text-decoration: none;
	border-bottom: 1px dotted #6c6c6c;
	font-style: italic;	
}
    
.tweet .tweet_list .tweet_even {
    background-color: #d7d7d7;
}
    
.tweet .tweet_list .tweet_avatar {
    padding-right: .5em;
    float: left;
	border: 0 !important;
}
      
.tweet .tweet_list .tweet_avatar img {
    vertical-align: middle;		
}
