.tweet,
.players,
.query {
	
}

	.tweet_list {
		list-style: none;
		margin: 0;
		padding: 0 20px 0 0;
		overflow-y: hidden;
		background-color: none;
		float: left;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			list-style-type: none;
			padding-top: 20px;
			background: url(images/bar.jpg) repeat-x top;}
			
			.tweet_list li:hover {
background: #e6e6e6 url(images/bar.jpg) repeat-x top;;
		}
		
			.tweet_list li a {
				color: #112469;
			}
		
		.tweet_list .tweet_even {
			padding-top: 20px;
			background: url(images/bar.jpg) repeat-x top;
			
		}
		
		.tweet_list .tweet_even:hover {
background: #e6e6e6 url(images/bar.jpg) repeat-x top;;
		}
		
		.tweet_first.tweet_odd {
		background-image: none;
		}
		
		.tweet_first.tweet_odd:hover {
		background-image: none;
		background-color: #e6e6e6;
		}
		
		.tweet_list .tweet_avatar {
			padding-right: 10px; padding-left: 10px; padding-bottom: 75px; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
			
			.tweet_time {
			font-size: 12px;
			display: block;
			padding-top: 5px;
			padding-bottom: 5px;
			margin-top: 5px;
			}
			
			a.tweet_user {
			font-size: 18px;
			display: block;
			line-height: 22px;
			padding-bottom: 5px;
			}
			
			.tweet_content {
			display: block;
			font-size: 14px;
			}
			
			.tweet_content a, .tweet_content a:visited {
			color: #000000;
			}
			
			@media only screen and (max-width : 1220px) {
			.tweet_content {
			font-size: 13px;
			}
			}
			
			.loading {
			width: 400px;
			text-align: center;
			padding: 50px 0 50px 0;
			float: left;
			background: url(images/loader.gif) no-repeat center;
			}
			
			@media only screen and (max-width : 1220px) {
			.loading {
			width: 300px;
			text-align: center;
			padding: 50px 0 50px 0;
			float: left;
			background: url(images/loader.gif) no-repeat center;
			}
			}