/* questions with a 1-digit number */
div.inner h3
{
	margin-left: 1.3em;
	text-indent: -1.3em;
}
/* questions with a 2-digit number */
div.d2 h3
{
	margin-left: 2em;
	text-indent: -2em;
}
