.tweet {
  font-size: 80%;
  color: #000000;
  text-align:left;
  clear:both;
  float:right;
  width:250px;
  margin-right:20px; 
  line-height:normal;}
  
  .tweet .tweet_list {
    -webkit-border-radius: .5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
	width:250px; }
    .tweet .tweet_list li {
	
	width:250px;
	height:auto;
	border-bottom:1px solid #ffffff;
      padding: .5em;
	padding-top:10px; }
      .tweet .tweet_list li a {
        color: #ffffff; }
    .tweet .tweet_list .tweet_even {
      /*background-color: #B5CDE5;*/ }
    .tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; 
		width: 32px; 
		height: 32px;
		border:1px solid #ffffff;}
