/** Style the tweets */
.twitters {
	margin: 48px 0px 0px 0px;
}

.twitters ul {
	list-style: none;
	padding: 0px 24px;
}

.twitters li {
	border-top: 1px solid #cccccc;
	padding: 12px 4px 12px 4px;
}

.twitters li:hover {
	background-color: #eeeeee;
}

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

.twitters .twitterTime {
	font-size: 10px;
}