
.tweet {
	 background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    border-radius: 8px 8px 8px 8px;
    margin: 4px 0;
    padding: 8px 0;
    overflow: hidden;
}
.tweet img {
	float: left;
	margin: 0 8px 4px 0;
	display:block;
	
}
.tweet .text {
	margin: 0;
	font-size:12px;
	font-weight: normal;
	display:block;
	float:right;
	width:85%;
}
.tweet .time a {
	font-size: 80%;
	color: #888;
	white-space: nowrap;
	text-decoration: none;
	color:#444;
	text-decoration: none;
	text-aling:right;
	display:block;
	font-weight:normal!important;
	text-align: right;
	margin-top:5px;
}
.tweet .time a:hover {
	text-decoration: underline;
}
#twitterSearch .tweet {
	min-height: 24px;
}
#twitterSearch .tweet .text {
	margin-left: 32px;
}
.username a, .text a{
	color:#1C6708;
	text-decoration: none;
	font-weight:bold;
	margin-left:0!important;
	padding-left:0!important;
}