/** Style the tweets */
.twitters {
	margin: 48px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #cccccc;
}
.twitters ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.twitters li {
	padding: 12px 4px 12px 4px;
	border-bottom: 1px solid #cccccc;
}
.twitters li:hover {
	background-color: #eeeeee;
}
.twitters span.prefix {
	font-weight: bold;
}
.twitters .twitterTime {
	font-size: 10px;
	font-weight: bold;
	line-height: 24px;
}
.twitters .twitterTime a {
	color: #000000;
	text-decoration: none;
}