div#comments.pad {
	float: left;
	clear: left;
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #e6e6e6;
}

#comments h3 {
	margin: 0;
	font-size: 20px;
	color: #7b7b7b;
	font-weight: bold;

}

#comments-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#comments-list li {
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 10px 0;
	border-top: 2px dotted #DDD;
	font-size: 13px;
	line-height: 14px;
}

#comments-list li strong {
	color: #003162;
}

#comments-list li span {
	color: #5f5f5f;
}

#comments-list span.flag {
	font-size: .8em;
}