/** Style the tweets */
.twitters {
  /*border: 1px solid #e5e5e5;
  padding: 20px;*/  
  margin:0;
}

.twitters a, twitters a:visited{
  color:#000;
  text-decoration:none;
}
.twitters a:hover{
  color:#000;
  text-decoration:underline;
}

.twitters h2{  
  padding-top: 20px;
  font-size:14px;    
}

.twitters  img{
	margin:0px 20px 10px 0px;
}

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

.twitters li {
  list-style: none;
  border-bottom:1px #ccc solid;
  padding:5px 0 5px 0;
}

.twitters span.prefix {
  font-weight: bold;
}
.twitters span.twitterPrefix{
	font-weight:700;
}
.twitters span.time {
  font-style: italic;
  color: #c5c5c5;
}

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


