

/** Style the tweets */
.twitters {
  border: 1px solid #e5e5e5;
  padding: 0px;
  margin: 0px;
font-size:0.6em;
}

.twitters ul {
  list-style: none;
  padding: 0;
margin-left: 0; 
padding-left: 0px;
}

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

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


}

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