.tweet,
.query {
	
	
}

	.tweet_list {
		list-style: none;
		margin-bottom: 25px;
		overflow-y: hidden;
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			list-style-type: none;
			margin-bottom: 10px;
			padding-bottom: 10px;
			 border-bottom: solid 1px #9f9a92;
		}
		
			.tweet_list li a {
			font-family: 'Oswald', Arial, sans-serif !important;
   			font-style: normal;
   			line-height: 120%;
   			font-weight: normal;
   			text-align: left;
   			font-size: 12px;
			color: #d1145b;
			
			}
			
			
			.tweet_list li a:hover {
			color: #312f2d;
			
			}
		
		.tweet_list .tweet_even {
			
		}
		