body {
	margin:25px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 0px;
	text-align:center;
}

#content {
	position: relative;
	top: 0px;
	left: 0px;
	width:750px;
	height:750px;
	margin:0px auto;
	text-align:center;
	padding:20px;
	background-color: #FFFFFD;
}

.myheader {
	position: relative;
	left: 0px;
	top: 0px;
	height:100px;
}

#logo {
	text-align: right;
	font-size: 25px;
	color: #FFB226;
	cursor: pointer;
}

#band1 {
	height:5px;
	background-color: #FFBD59;
}

#band2 {
	height:20px;
	background-color: #1a4ca3;
	margin-bottom: 30px;
	padding: 3px;
	color: white;
	font-size: 12px;
	text-align: right;
}

#band3 {
	position: relative;
	top: 450px;
	height:2px;
	background-color: gray;
}

#band3-p2 {
	position: relative;
	top: 600px;
	height:2px;
	background-color: gray;
}

#sidepane {
	float: left;
	font-size:20px;
	width: 125px;
	text-align: center;
}

#leaderboard {
	float: left;
	font-size:14px;
	width: 200px;
	text-align: center;
	margin-left: 25px;
}

#sidebar {
	background-color: #8CA3D1;
	color: white;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 18px;
}

.score_cont {
	margin-top: 10px;
}

.score {
	background-color: white;
	font-size: 28px;
	color: black;
	border:1px solid black;
	padding-top: 1px;
	padding-bottom: 1px;
}

.question_num {
	background-color: white;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: black;
	border:1px solid black;
}

.question {
	text-align: center;
	font-size: 20px;
}

.summary_qbox {
	text-align: center;
	height: 150px;
	font-size: 12px;
	float: left;
	width: 262px;
	margin-left: 25px;
	position: relative;
}

#mainpane {
	width: 575px;
	float: left;
	margin-left: 25px;
}

#mainpane-instruct {
	width: 525px;
	float: left;
	text-align: justify;
}

#popup {
	text-align: center;
}

.answer {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 500px;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	background-color: #8CA3D1;
	color: white;
	padding: 10px;
}

#theanswer {
	cursor: default;
}

.level {
	font-size: 20px;
	margin-top: 30px;
}

.mybutton {
	font-size: 20px;
	color: white;
	background-color: #1a4ca3;
	padding: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 85px;
	cursor: pointer;
}

.mybutton_wide {
	font-size: 20px;
	color: white;
	background-color: #1a4ca3;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	cursor: pointer;
	clear: both;
}

.revealedanswer {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	opacity: 0;
	color: #bb0000;
}

.plot_title {
	margin-bottom: 3px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.calplot_text {
	margin-top: 20px;
	margin-bottom: 3px;
	text-align: center;
	font-size: 11px;
	display: none;
}

#sidepane .plot_title {
	margin-bottom: 3px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.flot_plots {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
	font-size: 30px;
}

.tickLabel {
	color: black;
	font-size: 14px;
}

#sidepane .tickLabel {
	color: black;
	font-size: 10px;
	font-weight: 500;
}

.summary_flot_plots .tickLabel {
	color: black;
	font-size: 10px;
}

.summary_flot_plots {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 40px;
}