/** Style the tweets */
#twitters {
  width: 200px;
  margin-left: 4px;
  border: 0px solid #e5e5e5;
  padding: 0px;
}

#twitters UL {
  margin-left: 0px;
  margin-bottom: 0px;
  list-style: none;
  padding: 0px;
}

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

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

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

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