#comments .box {
	color: transparent;
	font-size: 0;
}
#comments .box span {
	font-size: 14px;
	display: block;
	padding: 15px;
	background-color: white;
	color: #C80000;
	border-radius: 5px;
}

#comments .box span a {
	color: #c80000;
	font-weight: bold;
}

#comments .box span a:hover {
	text-decoration: underline;
}