body {
  font-family: Arial, Helvetica, sans-serif;
}

/** Style the tweets */
.twitters {
	border: 1px solid #ffffff;
	padding: 1px;
	overflow: auto;
	margin: 20px;
	width: 580px;
}

.twitters ul {
	padding: 0;
	white-space: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2.5;
}

.twitters span.prefix {
	font-weight: normal;
}

.twitters span.time {
	font-style: normal;
	color: #c5c5c5;
}

.twitters span.status {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}