.tweet {
  font-family: Georgia, serif;
  font-size: 13px;
  color: #fff; 
  width: 790px;
  margin-top: 10px;
  margin-right: 58px; 
  }
  
  .tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    padding: 0;
   	background-color: #262626;
    	} 
    
    .tweet .tweet_list li {
      overflow: auto;
      padding-top: 8px; 
      padding-bottom: 8px;}
    
     .tweet .tweet_list li a {
        color: #ccc;
        font-size: 13px;
        font-style: oblique; }

	.tweet .tweet_list li a:hover {
        color: #fff;
        font-size: 13px;
        font-style: oblique; }
    
    .tweet .tweet_list .tweet_even {
      	margin-right: 0px;
      	background-color: #333333;
     	border-top-color: #373535;
		border-top-style: solid;
		border-top-width: 1px;
		border-bottom-color: #373535;
		border-bottom-style: solid;
		border-bottom-width: 1px;  }  
   
    .tweet .tweet_list .tweet_avatar {
      padding-right: .1em;
      float: left; }
      
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle;
        padding-left: 10px;
        padding-right: 5px;}
        
