/** Style the tweets */
#twitters {
  border: 0px;
  padding: 0 0 0 0;
  width:90%;
  margin: 0 0 0 0;
}

#twitters UL {
  list-style: none;
  padding: 0;
}

#twitters LI {
  padding:8px;
  background: none;
  width:98%;  

}

#twitters SPAN.prefix {
  font-weight: bold;
}

#twitters SPAN.time {
  font-style: italic;
  color: #c5c5c5;
}

#twitters SPAN..status {
  font-style: italic;
}

div.scroll {
height: 350px;
width: 96%;
overflow: auto;
border: 1px solid #77C5E6;
background-color: #fff;
padding: 0px;
scrollbar-base-color: #77C5E6;
scrollbar-arrow-color: #006B9F;
}