.tweet {
	color: #000000;
}
.tweet_text{
 font-size: 0.9em;
}
	.tweet_list {
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.5em;
			font-size: 0.9em;
			list-style-type: none;
			margin-bottom: 5px;
			background-color: #f0f0f0;
		}
		
			.tweet_list li a {
				color: #f5b400;
				text-decoration: none;
			}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}