body {
  font-family:Arial, Helvetica, sans-serif
}

/** Style the tweets */
.twitters {
  border: 0px solid #e5e5e5;
  padding: 5px;
  overflow: auto;
  margin: 20px;
}

.twitters ul {
  list-style: none;
  list-style-image:none;
  padding: 0;
  white-space: normal
}

.twitters a {
	color:#0099B9;
}


.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  font-style: italic;
  color: #c5c5c5;
}

.twitters span.status {
  font-style: italic;
}


