body {
  font-family: "Trebuchet MS", sans-serif;
}

/** Style the tweets */
.twitters {
	padding: 5px;
	overflow: hidden;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size: 13px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.twitters ul {
	list-style: none;
	padding: 0;
	margin: 0px 0px 10px;
}

.twitters span.prefix {
  font-weight: bold;
}
.twitters li {
	margin-bottom: 20px;

}


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

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

