
div.question div.title {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1em;
}

div.question div.options {
	margin-left: 1em;
}
div.question div.options div.option {
	margin-bottom: 0.5em;
}
div.question div.submit_button {
	margin-top: 1em;
	margin-left: 2em;
}
div.question div.view_results {
	margin-top: 1em;
	font-weight: bold;
	font-size: 90%;
	margin-left: 2em;
}


div.question div.results {
	margin-left: 1em;
}
div.question div.results div.result {
	margin-bottom: 1em;
}
div.question div.results div.result div.option {
	font-weight: bold;
}
div.question div.results div.result div.stats {
	font-size: 90%;
	margin-left: 0.5em;
}
div.question div.results div.result div.bar {
	margin-top: 4px;
	height: 10px;
	background-color: #e00;
	border-top: solid 1px #f00;
	border-left: solid 1px #f00;
	border-bottom: solid 1px #d00;
	border-right: solid 1px #d00;
}


div.archive table {
	border: solid 1px;
	border-collapse: collapse;
	margin: auto;
	width: 90%;
}
div.archive table td {
	border: solid 1px;
	border-collapse: collapse;
	padding: 4px;
	font-size: 90%;
	text-align: center;
}
div.archive table td a {
	text-decoration: none;
}
div.archive table td a:hover {
	text-decoration: underline;
}

