.tweet {
  font-family: Georgia, serif;
  font-size: 120%;
  color: #f3ebe5; 
  position: absolute;
  top: 45px;
  right: -1px;
  width: 450px;
  }
  .tweet .tweet_list {
    -webkit-border-radius: 5px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #6b1b1b;
    border: 1px solid #a23030;
     }
    .tweet .tweet_list li {
      overflow: auto;
      padding: .5em; }
      .tweet .tweet_list li a {
        color: #fff; }
    .tweet .tweet_list .tweet_even {
      background-color: #511a1a; }
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }
