

/** Style the tweets */
.twitters {
  border: 1px solid #ffffff;
  padding: 1px;
  overflow: auto;
  margin: 5px;
}

.twitters ul {
    color: #000000;
	font-family: "Verdana", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
    list-style: none;
    white-space: wrap;
}

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

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

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