.tweet {
	margin-top: 110px;
	margin-left: 22px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  color: #000; 
  width: 200px;
  line-height: 16px;
  }
  
  .tweet .tweet_list {
    -webkit-border-radius: 0em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #FFF; }
    .tweet .tweet_list li {
      overflow: auto;
      padding: 10px; }
	  
	   .tweet .tweet_list ul {
      overflow: auto;
	  padding-right: 5px;
	  padding-bottom: 5px;
      text-align: right; 
	
	  }
	  
	   .tweet .tweet_list ul a {
	color: #000;
	font-size: 10px;
	text-decoration: none;	
	  }
	  
      .tweet .tweet_list li a {
        color: #000; }
    .tweet .tweet_list .tweet_even {
      background-color: #FFF; }
    .tweet .tweet_list .tweet_avatar {
 
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; }
