/** Style the tweets */
.twitters {
  position: relative;
  float: right;
  border: 0px solid #e5e5e5;
  width: 410px;
  color: #dddddd;
  margin-left: 20px;
}

.twitters ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-left: 10px;
  /*white-space: nowrap;*/
}

.twitters li {
	padding: 2px;
}

.twitters span.prefix {
  
}

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

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