
/** Style the tweets */
.twitters {
  padding: 9px;
  overflow: inherit;
}

.twitters ul {
  list-style: none;
  padding: 0;
  white-space: inherit;
}

.twitters span.prefix {
  font-weight: bold;
  padding-bottom: 5px;
}

.twitters span.time {
  color: #ccc;
  font-size:11px;
  text-decoration:none;
}

.twitters span.status {
  color: #ccc;
  font-size:11px;
  text-decoration:none;
}
