body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

/** Style the tweets */
.twitters {
/*  border: 1px solid #e5e5e5;
   padding: 5px; */
  margin: 10px 0 10px 0px;  /**/
	font-size: 12px;
	line-height: 18px;
	
}
.twitters img {
	border: 0;
	margin: 0 20px 34px 0;
	float: left;
	
	}
.twitters ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 290px;
}

.twitters span.prefix {
  font-weight: bold;
  border: 0;
  
}

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

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

.twitterTime {
	font-size: 10px;
	color: #c5c5c5;
	}