/** Style the tweets */
.twitters {
  border: 0px solid #e5e5e5;
  padding: 0 0 0 18px;
  margin: -6px 0 0 0;
  overflow: hidden;
  width:224px;
  height:210px;
  font-size:11px;
  color: #666;
}

.twitters ul {
  list-style: none;
  padding: 0;
  margin: 0;
  /*white-space: nowrap;*/
}
.twitters li {
  margin-bottom: 10px;
  border:0px solid #000;
  height:63px;
  overflow: hidden; 
}

.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  font-style: italic;
  color: #c5c5c5;
}

.twitters span.status {
  font-style: italic;
}
