.tweet {
  padding-left: 10%;
  color: #000000; }
  .tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #00B8D9; }
    .tweet .tweet_list li { 
      overflow: auto;
      padding: .5em; }
      .tweet .tweet_list li a{color:#cae8ee;}
      .tweet .tweet_list li a:hover, a:active {background:none; color:#FFFFFF;}
    .tweet .tweet_list .tweet_even {
      background-color: #00B8D9; 
      border-bottom:1px solid #009eba;}
    .tweet_odd {
      background-color: #00B0CF; 
      border-bottom:1px solid #009eba;}
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; } 

