.tweet,
.query {
	color: #085258;
}

	.tweet_list {
		list-style: none;
		color: #fff;
	}
	
		.tweet_list li {
			padding: 0.5em;
			list-style-type: none;
			margin: 0 0 5px 0;
		}
		
		.tweet_list li a {
			color: #0C717A;
		}
		
