/** Style the tweets */
#twitters {
  width:400px;
  float:right;
  clear:both;
  position: absolute; 
  top: 16px; 
  right: 80px; 
}

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

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

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

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

#twitters SPAN..status {
  font-style: italic;
}
