
	 #ticker{
		 margin-top:10px;
	 }

.tweet,
.query {
	font: 120% Georgia, serif;
	color: #fff;
}

	.tweet_list {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
	}
	
		.tweet_list li {
			overflow-y: hidden;
			overflow-x: hidden;
			list-style-type: none;
font-size:16px !important;
line-height: 23px !important;
		 color:#aaa;
		}
		
			.tweet_list li a {
font-size:16px !important;
line-height: 23px !important;
font-weight: 600 !important;
		 color:#fff;
			}
			.tweet_list li a:hover {
				cursor:pointer;
				text-decoration: none;
			}
		
		.tweet_list .tweet_even {
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
			.tweet_text{
			}
			.tweet_time{
			}

.tweet_text, .tweet_time{
	padding: 4px;
line-height: 21px;
}

#ticker .loading{
	color: #555;
	padding: 4px;
line-height: 21px;
font-size:16px !important;
line-height: 23px !important;
}