.tweet,
.query {
	width: 100%;
	font-family: 'Georgia', 'Times New Roman', serif;
	color: #858585;
	float:left;
	margin-left: -5px;
}

	.tweet_list {
		list-style: none;
		margin: 0;
		padding: 0;
		overflow:visible;
		
				
	}
	
		.tweet_list li {
			overflow-y: hidden;
			overflow-x: hidden;
			padding: 0.5em;
			list-style-type: none;
			
			width: 100%;
			border-bottom: 1px solid #000000;
			-moz-box-shadow: 0 2px 0px -1px #2B2B2B;
			-webkit-box-shadow: 0 2px 0px -1px #2B2B2B;
			box-shadow: 0 2px 0px -1px #2B2B2B;
			font-family: 'Georgia', 'Times New Roman', serif;
			color: #858585;
			margin-bottom: 20px;
			padding-bottom: 20px; 
	
		}
		
			.tweet_time a {
				color: #48aae7!important;
				font-style: normal!important;
				text-decoration: none!important;
				font-size: 16px!important;
				font-weight:100!important;	
				
			}
		
		.tweet_list .tweet_even p, .tweet_list .tweet_odd p{
			
			width:100%;
			font-size: 14px;
			font-style: italic;	
			
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
			
		}
		
			.tweet_list .tweet_avatar {
				vertical-align: middle;
			}
			
			.tweet_avatar {
				width: 15px;
				height: 10px;
				background: url('../../images/JC_spritesheet.png') -1260px 0px no-repeat;
				float: left;
				position: relative;
				margin-top: 5px;
			}
	