.tweets {
	margin-bottom: 10px;
	border: 1px solid #e8e8e8;
	border-radius: 6px;
	background: #fff;
}

.tweets ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.tweets a {
	color: #4099FF !important;
}

.tweets li {
	padding: 5px;
	color:#000;
	border-top:1px solid #e8e8e8;
	line-height:150%;
}

.tweets li .timestamp {text-align:right; display: none;}

.tweets li.tweet_content_0 {
	border-top:0px none;
}
.tweets li:last-child{
	border-bottom:0px none;	
}

.tweets .hash { color:#000; } 
.tweets .reply { color:#000; } 