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

/** Style the tweets */
.twitters {
  border: 0px;
  padding: 8px;
  overflow: auto;
}

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

}

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

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

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