body {
  /** font-family: "Arial", sans-serif; */
  /** font-size: 12px; */
}

/** Style the tweets */
.twitters {
  /** border: 1px solid #e5e5e5; */
  /** padding: 5px; */
  overflow: auto;
  /** margin: 20px; */
  margin: 0px;
}

.twitters ul {
  list-style: none;
  padding: 0;
  white-space: wrap;
  text-align: justify;
  margin-left: 0;
}

.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  color: #c5c5c5;
}
