.tweet,
.query {
	color: #085258;
}

	.tweet_list {
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding-bottom: 0.5em;
			list-style-type: none;
		}
		
			.tweet_list li a {
				text-shadow: 0px 1px 1px #111111;
				margin-right:0.5em;
				font-size:12px;
			}
		
		.tweet_list .tweet_even {
			/*background-color: #91E5E7;*/
		}
		
		.tweet_list .tweet_avatar {
			width:16px;
			height:13px;
			margin-right: 8px;
			float:left;
			background: transparent url(../images/webdeco/icon-mini.png) no-repeat left -1px;
		}
		
			.tweet_list .tweet_avatar img {
				display: none;
			}
			
			
			.tweet_list .tweet_text {line-height: 13px;}