@charset "UTF-8";
/* CSS Document */

body {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 100%;
	max-width: 50em;
	margin-left: auto;
	margin-right: auto;
}

h1, h2, h3 {
	color: #000066;
	background-color: #FFFFFF;
}

h1 {
	text-align: center;
	border-bottom: 1px solid #000066;
	margin-bottom: 0.2em;
}

h3 { font-style: italic }

input[type=submit] {
	margin-left: 1em;
}

table, tr, th, td {
	border: 1px solid #333333;
	border-collapse: collapse;
	padding: 0.3em;
	margin-left: auto;
	margin-right: auto;
}
table.question, table.question th, table.question td {
	text-align: center;
}
.setWidth { width: 4.5em }
table.question td.question { text-align: left }
table#results td[id] { text-align: center }

option.prompt { font-style: italic }

.footer {
	color: #000066;
	border-top: 1px solid #000066;
	padding-top: 0.5em;
	font-size: smaller;
	font-style: italic;
}

.footnote {
	font-size: smaller;
	font-style: italic;
	color: #555;
}
.hidden { display: none }
.instructions { font-size: small }
.progress {
	color: #000066;
/*	border-bottom: 1px solid #555;	*/
	margin-top: 0;
	padding: 0 0 0.3em 0;
	font-size: smaller;
	font-style: italic;
}
.text-centre { text-align: center }
.text-right { text-align: right }
.urgent {
	font-size: larger;
	font-weight: bold;
	text-align: center;
}

dl { margin-left: 0.5em }
dt {
	font-weight: bold;
	padding-left: 1em;
}
dd, li { margin-bottom: 0.5em }