@charset "utf-8";
/* CSS Document */
.tweet,
.query {
	margin-top:15px;
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

	.tweet_list {
		text-align:left;
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		border-radius: 0.5em;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
	
	}
	
		.tweet_list li {
			font-weight:normal;
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.5em;
			list-style-type: none;
			background: url(../images/box-separator.png) bottom right no-repeat;
			padding-bottom:10px;
			margin-bottom:10px;
		}
		span.at {font-weight:bold;color:#666666;}
		span.at a {color:#666666 !important;}
			.tweet_list li a {
				color: #0243fd;
			}
		
		.tweet_list .tweet_even {
			
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
			span.tweet_time {display:none;}

