/** Style the tweets */
#twitters {

}

#twitters UL {
  list-style: square;
  padding: 0;
}

#twitters LI {
  padding: 3px;
  background: none;
}

#twitters SPAN.prefix {
  font-weight: bold;
}

#twitters SPAN.time {
  font-size: 11px;
  font-weight: bold;
  color: #FFA201;
}

#twitters SPAN.status {
  color: #999999;
  font: 12px Lucida Grande, Geneva, Arial, Verdana;
}

