#poll-options {
	padding-left: 0;
}

#poll-options > li {
	display: block;
	margin-bottom: 4px;
}

#poll-options > li, #vote-submit {
	font-size: 11pt;
}

.radio {
	border-color: transparent;
}

#new-game-notice {
	display: none;
	margin-left: 2em;
	font-size: 10pt;
}

#email-explanation {
	font-size: 8pt;
}

#vote-result {
	color: red;
	padding-bottom: 10px;
	text-align: center;
}

