#tweet,
.query {
	color: #085258;
	font-size:11px;
	line-height:16px;
	background: url(/images/backgrounds/twitter-bg.png) right bottom no-repeat;
	padding:0 0 60px;
}

	.tweet_list {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		list-style: none;
		margin: 0;
		padding: 15px;
		overflow-y: hidden;
		background:#afca23;
	}
	
		.tweet_list > span {
			color:#fff;
			font-size:16px;
			display:block;
			padding:0 0 4px;
			font-family:'DIN Next W01 Bold';
			}
	
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			list-style-type: none;
			display:block !important;
		}
		
			.tweet_list li a {
				color: #475308;
			}
		
		.tweet_list .tweet_even {
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
		.tweet_first {
			border-bottom:2px dotted #475308;
			padding: 0 0 10px;
			margin: 0 0 10px !important;
			}
		
		.tweet_avatar {
			display:none;	
			}
			
		.tweet_time {
			display:none;
			}
			
		.tweet_text {
			color:#fff;
			}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}