/** Style the tweets */

ul { list-style:none;


}

.twitters {
	text-align:left; 
 }

.twitters ul {
 	list-style-type: none;
	list-style:none;
}

.twitters span.prefix {
	font-weight: bold;
	text-align:left;
}

.twitters span.time {
	font-style: italic;
	color: #c5c5c5;
}

.twitters span.status {
	font-style: italic;
}

