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

/** Style the tweets */
.twitters {
  border: 1px solid #e5e5e5;
  padding: 5px;
  overflow: auto;
  margin: 20px;
}

#tweet ul li {
  list-style: none;
  color: #000000;
  margin-left:-40px;
  margin-top:10px;
  white-space: nowrap;
}

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

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

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


