

/** Style the tweets */
.twitters {
  width:180px;
  overflow:hidden;
  margin: 20px;
  *margin: 20px;
  line-height:16px;
  background-color:#ECECEC;
}

.twitters ul {
  list-style: none;
  padding: 0px;
  margin: 0px;  
}

.twitters li {
  background-color:#ECECEC;
  height:18px;
}

.twitters li a{
  color:#8F8F8F;
  text-decoration:none;    
}

.twitters li a:hover{
  color:#8F8F8F;
  text-decoration:underline;  
}

.twitters span.prefix {
line-height:16px;
  font-weight: bold;
}

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

.twitters span.status {
  font-style: italic;
}
