/** Style the tweets */
.twitters 
{
    padding:10px 5px 10px 0;
    overflow:auto;
    height:430px;
    margin-top:20px;
}

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

.twitters li {
    border-bottom:1px solid #028D01;
    color:#444444;
    font-size:12px;
    padding:7px 10px;
}

.twitters li:last-child { 
    border: none; 
}

.twitters li:first-child { 
    padding-top:0px; 
}

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

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

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

.twitterTime a:link, .twitterTime a:visited
{
    font-weight:bold;
    font-size:11px;
    color:#444444;
}

.twitterStatus 
{
    font-size:12px;
    color:#444444;
}

.twitterStatus  a:link, .twitterStatus a:visited
{
    color:Green;
}