/** Style the tweets */
.twitters {
	overflow: auto;
	position:relative;
	left:20px;
	width:500px;
	height:200px;
}

.twitters ul {
  list-style: none;
  padding: 0;
/*  white-space: nowrap;*/
}
.twitters li { margin-top:4px;
		font-size: 12px;
		color:#636363;	
		font-family:Helvetica, Arial, sans-serif;
		text-decoration: none;
		letter-spacing: 0px;
		}
.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  font-style: italic;
  color: #c5c5c5;
}

.twitters span.status {
  font-style: italic;
}
