
  .tweet,
.query {
	/*font: 120% Georgia, serif;*/
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #085258;
}

	.tweet_list {
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
		/*background-color: #ffffee;*/
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.5em;
			list-style-type: none;
			border-bottom:dashed 1px #ccc;
		}
		
			.tweet_list li a {
				/*color: #0C717A;*/
				color: orange;
				font-weight: normal;
				text-decoration: none;
			}
		
		.tweet_list .tweet_even {
			/*background-color: #91E5E7;
			background-color: #eee;*/
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}