
/** Style the tweets */
.twitters {
width:550px;
  border: 1px solid #e5e5e5;
  padding: 3px;
  overflow: auto;
 font-size:95%;
color:#663300;
}

.twitters ul {
  list-style: none;
margin: 0 5px;
  padding: 0;
 white-space: normal;
}




.twitters ul li {
	margin-bottom:7px;
}

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

.twitters span.time {
  font-size:11px;
  color: #666;
}

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