.tweet {
  font-family: Georgia, serif;
  font-size: 120%;
  color: #ffffff; 
  }
  
  .tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style: none !important;
    margin: 0;
    padding: 0; 
	}
    
	.tweet .tweet_list li {
      overflow: auto;
	  word-wrap: break-word;
      padding: 0 5px 0 0;
	  margin:0 0 12px 0 !important;
	  list-style-type:none; 
	  }
     
	  .tweet .tweet_list li a {
        color: #ffffff; 
		}
    
	.tweet .tweet_list .tweet_even {
	  }
    
	.tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; 
	  }
      
	  .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; 
		}

.tweet .tweet_button {
		display:block;
		height:25px;
		margin:0 0 10px 0;
		padding:0;
	}
	
#tweets li {
	font-size:13px;
	background:none;
	margin:8px 0 15px 10px;
	list-style-type:none;
	color:#ffffff;
}

#tweets small {
	color:#ffffff;
	font-size:10px;
	}
#tweets .hash { text-decoration:underline; color:#ffffff; } 
#tweets .reply { color:#ffffff; } 
#tweets a:link { text-decoration:underline; color:#ffffff;}
#tweets a:active { text-decoration: underline; color:#ffffff;}
#tweets a:hover { text-decoration:underline; color:#ffffff;}
#tweets a:visited { text-decoration:underline; color:#ffffff;}