.tweet {
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  color: #3a3a3a;
  padding:10px 10px 0 10px;
  border:2px solid #0078CA;
  border-radius: .5em;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
 }

#top-twitter-title {
  margin-bottom: 10px;
}

.tweet {
  clear:both;
}

.tweet_list {
  list-style:none;
  margin:0;
  padding:0;
  overflow:auto;
}

.tweet_list li {
  list-style:none;

  margin:0;
  padding:0 0 10px 0;
  display:block;
  overflow:hidden;
}

.tweet_list a {
  font-weight:normal;
  color:#0078CA}

.tweet_list .tweet_content {
  float:left;
  width:176px;
}

.tweet_list .tweet_avatar {
  float:left;
  margin-right:6px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.tweet_list .info {
  clear:both;
  color:#666666}

.tweet_list .info a {
  font-weight:normal;
  color:#999999;
}

.tweet_list .tweet_username {
  font-weight:bold;
  color:#0078CA;
  clear:both;
  display:block;
}