
.twitter{
	margin: 0px 0 30px 0;
}

.tweet{
	margin: 0 0 30px 0;
}

.tweet,
.query {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
margin:0 0 10px 0;
padding:0;
letter-spacing:0px;
font-weight:300;
color:#333333;
font-size:11px;
line-height:15px;
}

	.tweet_list {
		list-style: none;
		margin:-10px 0 0 10px;
		padding: 0;
		overflow-y: hidden;

	}
	
		.tweet_list li {
			overflow-y: auto;
			overflow-x: none;
			padding: 15px 10px;
			list-style-type: none;
			margin:0;
			border-bottom: 1px solid #cccccc;
		}
		
			.tweet_list li a {
				color: #000;
			}
	
		
		.tweet_list .tweet_even {
			background-image: url(../img/styles/bg/bg-70.jpg);
		}
		
		.tweet_list .tweet_odd {
		background-image: url(../img/styles/bg/bg-100.jpg);
		}
		
		.tweet_list .tweet_avatar {
			padding-right: 10px; float: left;
		}
		
			.tweet_list .tweet_avatar img {
				display:none;

			}
			
		