﻿#questions {
	border-top: 1px dotted #999;
	margin-top: 11px;
	padding-top: 12px;
}
#questions dt {
	color: #666;
	margin: 0 0 12px 28px;
	text-indent: -28px;
}
#questions dt .number {
	display: inline-block;
	width: 16px;
	text-align: right;
	padding-right: 4px;
	margin-right: 4px;
	border-right: 1px solid;
}
#questions dt a {
	font-weight: bold;
}
#questions dt.refs {
	margin-left: 0;
	margin-top: 18px;
	padding: 8px 3px;
	border-top: 1px dotted #999;
	text-indent: 0;
}

#questions dd {
	margin: 0 48px 32px;
}

#questions .footnote-ref {
	vertical-align: super;
	font-size: smaller;
}

#intro .footnote-ref {
	vertical-align: super;
	font-size: smaller;
}

#hideAllAnswers {
	display: none; 
}

