label {
	font-weight: normal;
}
.answerLink {
	color: #00f;
	cursor: pointer;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
blockquote {
	margin: .4em 0 0;
	width: 100%;
}
#btnResult {
	display: none;
	margin: 20px 0;
}
label b {
	color: #f00;
}
form.done blockquote, form.done #btnResult {
	display: block;
}
form.done label b {
	visibility: visible;
}