/* .tweet {
  font-family: Georgia, serif;
  font-size: 120%;
  color: #085258; 
} */

.tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
/*    background-color: #8ADEE2;  */
}

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

.tweet .tweet_list li a { color: ##CCFFFF !important; }
.tweet_text a { color: ##CCFFFF !important; }

/* .tweet .tweet_list .tweet_even { background-color: #514F4F; } */

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

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

