.tweet-feed-wrap{
	padding: 30px 0;
	border-bottom: solid 1px;
	text-align: center;
}
	 #ticker{
		 margin:0px;
		 margin-top: 5px;
	 }

.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-family: 'Raleway', sans-serif; font-weight:200;
font-size:12px !important;
line-height: 19px !important;
		 color:#888;
		}
		
			.tweet_list li a {
font-family: 'Raleway', sans-serif; font-weight:200;
font-size:12px !important;
line-height: 19px !important;
		 color:#000;
		 font-style: italic;
			}
			.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{
font-family: 'Open Sans', sans-serif; font-weight:300;
			}

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

#ticker .loading{
	color: #eee;
	padding: 4px;
font-family: 'Raleway', sans-serif; font-weight:200;
font-size:12px !important;
line-height: 19px !important;
		 color:#888;
		 font-style: italic;
}
	 #ticker p{
	 	margin-bottom: 0;
	 }
