body {
	font-size: 16pt;
	color: #000;
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	position: relative;
	}
table {
	font-size: 16pt;
	}
form {
	margin-block-end: 0em;
	}
td {
	padding-right: 10px;
	}
#HeaderWrapper {
	background-color: #163e60;
	color: #fff;
	padding: 5px 0px;
	}
#HeaderAdmin {
	background-color: #fff;
	text-align: center;
	box-shadow: 2px 0px 4px 0px #888;
	}
	
#ContentBox-1000 {
	max-width: 1000px;
	background-color: #fff;
	box-shadow: 0px 0px 5px #888;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	}
#ContentBox {
	display: inline-block;
	background-color: #fff;
	box-shadow: 0px 0px 5px #888;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	}
/* Checkboxes */
input[type='checkbox'] {
    -webkit-appearance: none; 
    width:30px;
    height:30px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
}
input[type='checkbox']:checked {
    background: #0f0;
}
.LightText {
	color: #888;
	}
.Error {
	font-size: 1.5em;
	color: #ff0000;
	}

#time {
	font-size: 2em;
	display: inline-block;
	border: #888 solid 3px;
	border-radius: 25px;
	padding: 5px 15px;
	max-width: 500px;
	}
	
#RoundComplete {
	font-size: 1.3em;
	}
#Teaser {
	display: inline-block;
	font-family: Kalam, Courgette, Georgia, "Times New Roman", Times, serif;
	border: #888 solid 3px;
	border-radius: 25px;
	background-color: #ccf;
	padding: 15px 25px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18pt;
	}
.final_answer {
	font-style: italic;
	}
.ReadOnlyAnswer {
	font-weight: bold;
	font-style: italic;
	}
.SendAnswersButton, .PreAnswerButton {
	font-size: 1.4em;
	border-radius: 5px;
	background-color: #00dd00;
	}
#Footer {
	position: fixed; 
	bottom: 0;
	width: 100%;
	background-color: #222;
	color: #aaa;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px 0px;
	}
#Footer a {
	color: #aaa;
	}
#Footer a:hover {
	color: #fff;
	text-decoration: none;
	}
#SponsorBox {
	font-size: 20pt;
	display: inline-block;
	background-color: #fff;
	box-shadow: 0px 0px 5px #888;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	}
a.SponsorURL {
	text-decoration: none !important;
	}
.SponsoredBy {
	font-size: 16pt;
	}
.SponsorName {
	font-size: 20pt;
	font-style: italic;
	}
#SponsorBoxHalf {
	display: inline-block;
	max-width: 400px;
	height: auto;
	}
#SponsorBoxHalf img {
	max-width: 350px;
	height: auto;
	}
	
.SponsoredBy {
	
	}
.SponsorName {
	font-size: 20pt;
	}

img.SponsorSm {
	max-width: 400px;
	height: auto;
	}
img.Sponsor {
	max-width: 100%;
	height: auto;
	}
	
#Clear {
	clear: both;
	}
.GreenButton {
	background-color: #aaffaa;
	}