/**
 * I sottotitoli fra le risposte di una domanda.
 */

.sismografo-titolo {
	display: block;
	width: 100%;
	margin: 0.9em 0 0.35em;
	font-weight: 600;
	color: #2c5f8a;
	clear: both;
}

/* Il primo titolo sta subito sotto la domanda: meno aria sopra. */
.qmn_radio_answers > .sismografo-titolo:first-child,
.qmn_check_answers > .sismografo-titolo:first-child {
	margin-top: 0.25em;
}
