@import url("base.css");

#comment-list
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#comment-list .author
{
	border-bottom: 1px solid #000;
	color: #45477c;
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	margin: 0.5em 0 2em 0;
}