@charset "utf-8";
/* CSS Document */

/** Style the tweets */
.twitters {
  overflow: auto;
}

.twitters ul {
	list-style: none;
	white-space: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twitters ul li {
	list-style: none;
	padding: 0px;
	margin-bottom: 10px;
}


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

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

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