.tweet,
.query {
	color: #000;
	font: 15px/25px 'Conv_Helvetica57Condensed',Sans-Serif;
}

	.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;
		
	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: hidden;
			padding: 0.5em;
			list-style-type: none;
		}
		
			.tweet_list li a {
				color: #732281;
			}
		
		.tweet_list .tweet_even {
			
		}
		
		.tweet_list .tweet_avatar {
			padding-right: .5em; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				vertical-align: middle;
			}
			
#titulo_not {
	margin-top: 15px;
	font: 26px/25px "Myriad Pro Light";
	text-align: center;
	color: #1d8c9d;
	margin-bottom: 20px;
}
	