body {
  font-family: Arial, Helvetica, sans-serif;
}

#tweet-container ul {
list-style: none;
padding: 0;
white-space:normal;

overflow:hidden;
max-width:320;
margin: 0px;
}
/** Style the tweets */
.twitters {
  border: 1px solid #e5e5e5;
  padding: 0px;
  overflow: auto;
  margin: 0px;
}

.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;
}
