
	.tweet_list {
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
		background-color: #fff;
		font-family:Georgia, Times New Roman, Times, serif;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 10px;
			list-style-type: none;
		}
		
			.tweet_list li a {
				color: #0C717A;
			}
		
		.tweet_list .tweet_even {
			background-color: #fff;
			border-top:1px dotted #ccc;
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		.tweet_list .tweet_time{
			display:block;
			padding-left:80px;
			font-size:15px;
		}
		.tweet_list .tweet_text{
			display:block;
			padding-left:80px;
			font-style:italic;
		}
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}