/** Style the tweets */
.twitters {
  padding: 5px;
}

.twitters ul {
  list-style: none;
  padding: 5px;
  font-weight: normal;
  text-indent:0px;
}

.twitters span.time {
  font-style: italic;
  font-size: 10px;
  color: #c5c5c5;
  margin-top: 0px;
  margin-bottom: 10px;
}

.twitters span.status {
  font-style: italic;
}