/** Style the tweets */
#twitters {
  border: 0px;
  padding: 0px;
  width:90%;
  margin-left:0;
}

#twitters UL {
  list-style: none;
  padding: 10 20 10 20;
  /* position: absolute; top: 970px; left: 780px; */
  

}

#twitters LI {
   background: none;
    width:90%;  

}

#twitters SPAN.prefix {
  font-weight: bold;
}

#twitters SPAN.time {
  font-style: italic;
  color: #black;
  font-size:10px;
}

#twitters SPAN..status {
  font-style: italic;
}