
/** Style the tweets */
.twitters {
  border: 1px solid #e5e5e5;
	height: 500px;
	width: 100%;overflow:auto;
}

.twitters ul {
  list-style: none;
  padding: 0;
}
.twitters li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

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

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

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