h3.yourOpinion {
	font-size: 0.9em;
	margin-bottom: 10px;
}
p.addCom {
	background-color: #D0D0D0;
	border: 1px solid #ACA899;
	font-size: 0.75em;
	margin-bottom: 10px;
}
p.addCom a {
	color: #000;
	display: block;
	padding: 5px;
}
div#listComments {
	margin-top: 10px;
}
div#listComments div.head h4 {
	font-size: 0.8em;
	margin-bottom: 0;
}
div#listComments div.row {
	border-bottom: 1px solid #ACA899;
}
div#listComments div.head span {
	display: block;
}
div#listComments div.head em,
div#listComments div.head strong {
	font-size: 0.75em;
}
div#listComments p.answer {
	background-color: #D0D0D0;
	margin: 10px 0 10px 0;
	padding: 5px;
}
div#listComments p.answer strong {
	display: block;
}
