

/** Style the tweets */
.twitters {
  border: none;
  margin:0;
  padding:0;
  position:relative;
}

.twitters ul {
  list-style: none;
  padding: -20px;
}

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

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

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