
#tweet ul, #tweet ul li {list-style: none; display: block; padding:0px 3px 0px 3px;}
/** Style the tweets */
.twitters {
  padding: 0px;
  margin: 0px;
  text-align:left;
  
}


.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;
}