#questionnaire table {
	margin-top: 1em;
}
#questionnaire td {
	margin: 0;
	padding: 3px;
}
#questionnaire .header td {
	font-size: x-small;
	line-height: 1;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
#questionnaire .question {
	font-weight: bold;
	padding-left: 1em;
}
#questionnaire .answer {
	font-size: small;
	line-height: 1.2;
	border-bottom: 1px dotted black;
}
#questionnaire .score {
	text-align: center;
	border-bottom: 1px dotted black;
}
