
/** Style the tweets */
.twitters {
	border: 0px solid #e5e5e5;
	padding: 0px;
	overflow: auto;
	color: #4B4B52;
}

.twitters ul {
	list-style: none;
	padding: 0;
	white-space: normal;
}

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

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

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

