body {
  font-family: arial;
  font-size: 12px
}

/** Style the tweets */
.twitters {
  background-color:#d6d6d6;
/**
  margin: 10px;
  overflow: auto;
  border-bottom:1px dotted
 */
}

.twitters ul {
  list-style: none;
  padding: 0;
/**  white-space: nowrap; */
}

.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  font-style: italic;
  color: #c5c5c5;
}

.twitters span.status {
  font-style: italic;
}