	.tweet,
	.query {
		font: 600 12px/1.2 Helvetica, Arial, sans-serif !important;
		color: #ccc;
		text-transform: none !important;
	}
	.tweet_list {
		font: normal 12px/1.2 Helvetica, Arial, sans-serif !important;
		color: #ccc;
		text-transform: none !important;
		padding: 0 0 10px !important;
		margin: 5px 0 0 !important;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		list-style: none;
		margin: 0;
		padding: 0;
		overflow-y: hidden;
		background: transparent;
			
	}
	.tweet_list li {
		font: normal 12px/1.2 Helvetica, Arial, sans-serif !important;
		color: #ccc;
		text-transform: none !important;			
		overflow-y: auto;
		overflow-x: hidden;
		padding: 0.5em;
		list-style-type: none;
	}
	.tweet_list li a {
		color: #cc9933 !important;
	}
        .tweet_list li a:hover {
                color: #cccccc !important;
        }
	.tweet_list .tweet_avatar {
		padding-right: .5em; float: left;
	}		
	.tweet_list .tweet_avatar img {
		vertical-align: middle;
	}