/** Style the tweets */
.twitters {
  overflow: auto;
}

.twitters ul {
  list-style: none;
  padding: 0;
  /*white-space: nowrap;*/
}

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

.twitters span.twitterTime {
color: #151515;
font-weight:bold;
font-size:9px;
text-decoration:none;
}

.twitters span.twitterTime a{
color: #151515;
font-weight:100;
font-size:9px;
text-decoration:none;
line-height:16px;
}

.twitters span.twitterStatus a{
color:#FFFFFF;
font-weight:normal;
font-size:12px;
line-height:16px;
text-decoration:none;
}

.follow_us a{
color:#FFFFFF;
font-weight:bold;
font-size:12px;
line-height:14px;
text-decoration:none;
}