/** Style the tweets */
.twitters {
  border: 0px solid #e5e5e5;
  padding: 5px;
  overflow: auto;
  margin: 0px;
}

.twitters ul {
  list-style: none;
  padding: 0;
  color:#979070;
}

.twitters li {
font-family: arial; 
font-size: 12px; 
color: #979070; 
margin: 0px 0 20px 0;
}

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

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

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

.twitters li a {
font-size: 12px; 
color: #D2150A; 
}