.tweet {
  font-family: Georgia, serif;
  font-size: 120%;
  color: #fff; 
  clear: both;
  display: block;
}
  
.tweet .tweet_list {
	list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #68bace; 
	font-size: 1.2em;
	line-height: 1.4em;
}
.tweet .tweet_list li {
	overflow: auto;
	padding: .5em; 
	border-bottom: dotted 1px #fff;
}
.tweet .tweet_list li a {
	color: #afe2ee;
}
.tweet .tweet_list li a:hover {
	color: #fff;
}
.tweet .tweet_list .tweet_even {
	background-color: #8acad9; 
}
.tweet .tweet_list .tweet_even a {
	color: #5dacbf; 
}
.tweet .tweet_list .tweet_avatar {
	margin-right: .5em;
	float: left; 
	border: solid 2px #fff;
	background: url(../images/rabbitSmall.png) no-repeat top left;
}
.tweet .tweet_list .tweet_avatar img {
	vertical-align: middle; 
}

