.tweet {
  font-family: Georgia, serif;
  font-size: 14px;
  width: 175px;
  color: #085258;
}
.tweet .tweet_list {
  font-family: Arial, Verdana, Georgia, serif;
  font-size: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0px 5px 0px 5px;
  background-color: #eae8dc;
  border-left:1px solid #333333;
  border-right:1px solid #333333;
  line-height: 1.5;
}

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

.tweet .tweet_list li a {
  color: #0C717A;
}
.tweet .tweet_list .tweet_even {
  background-color: #777;
}

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

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

.table {
background-color: #333333;
color:#fff;
font-size:12px;
border-left:1px solid #333333;
border-top:1px solid #333333;
border-right:1px solid #333333;
}



