/**body {
  font-family: Helvetica, arial, verdana, sans-serif;
}

 Style the tweets */
.twitters {
  /*border: 1px solid #e5e5e5;
  padding: 5px;*/
  color: #666666;
  overflow: auto;
 width: 400px;
margin: 20px;

 }

.twitters ul {
  list-style: none;
  padding: 0;

}

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

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

.twitters span.status {
  font-size:20px;

}