.tweet {
  color: black; 
  background: none;
  }
  
  
  .tweet .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
	background: none;
	
	}
	
    .tweet .tweet_list li {
	  background: none;
	
	  }
	  
	  
      .tweet .tweet_list li a {
        color: #0C717A; 
		background: none;
		}
		
    .tweet .tweet_list .tweet_even { 
	background: none;
	  
	}
	
	.tweet_container {
		
		position: relative;
		height: 90px;
		overflow: visible;
		
	}
	
	.tweet_text {
		top: 0px;
		left: 52px;
		max-height: 88px;
		max-width: 210px;
		position: absolute;
		overflow: visible;
		
	}
	  
    .tweet .tweet_list .tweet_avatar {
      float: left;
background: none;
		z-index: 5;
}
	  
      .tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; 
		background: none;

		}

