body {
	font-family: "Segoe UI", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

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

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

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

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

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

