body
{
	text-align: center;
	width: 100%;
	margin: 0;
	background: white;
}

.main
{
	margin-left: 15%;
	margin-right: 15%;
	border: 2px black;
	color: black;
	vertical-align: top;
	background-color: white;
	height: 100%;
	overflow: hidden;
}

.main > table
{
	width: 100%;
}

.header
{
	font-size: 12pt;
	font-family: 'GillSansMT', 'Lucida Grande', 'Lucida Sans', 'DejaVu Sans Condensed', sans-serif;
	font-variant: small-caps;
	padding: 8px;
	background-color: white;
	color: black;
	font-weight: bold;
	border-bottom: solid 1px #d8d8d8;
}

.header_table
{
	width: 100%;
}

.logo
{
	width: 250px;
	text-align: left;
}

.logo_subtext
{
	width: 250px;
	text-align: center;
	font-weight: bold
}

.navigation
{
	font-size: 10px;
	color: #606060;
}

.navigation table
{
	float: right;
}

a:link, a:visited
{
	font-weight: bold;
	color: #606060;
	text-decoration: none;
}

a:hover, a:active
{
	font-weight: bold;
	color: #00aaee;
	text-decoration: underline;
}

a.selected:link, a.selected:visited
{
	color: #ff9a04;
	font-weight: bold;
	text-decoration: none;
}

a.selected:hover, a.selected:active
{
	font-weight: bold;
	color: #00aaee;
	text-decoration: underline;
}

.problem_selection_cell
{
	width: 100%;
	min-width: 100%;
	font-size: 24pt;
	font-family: 'GillSansMT', 'Arial', sans-serif;
}

.problem_selection_cell > div
{
	position: relative;
}

.problem_selection_cell ul
{
	padding-top: 50px;
}

.problem_selection_cell li
{
	list-style-type: none;
}

.section_header
{
	/*width: 98%;
	border-bottom: solid 4px #606060;*/
	color: #00aaee;
	font-size: 16pt;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	padding-top: 5px;
	padding-left: 5px;
	/*padding-right: 100px;*/
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: white;
	z-index: 30;
}

.problem_heading
{
	font-size: 34pt;
	font-family: 'GillSansMT', 'Arial', sans-serif;
	text-align: center;
	font-weight: 900;
	-webkit-text-stroke: 0.6px;
	margin: 2px;
}

.problem_cell
{
	width: 75%;
	border-right: 1px solid #d8d8d8;
	height: 100%;
}

.problem_cell > div
{
	position: relative;
}

#problem_text
{
	margin: 0px;
	font-size: 16pt;
	font-family: 'GillSansMT', 'Tahoma', 'Arial', sans-serif;
	-webkit-text-stroke: 0.4px;
	overflow-y: scroll;
	padding-top: 25px;
}

#problem_text table
{
	font-size: 16pt;
	font-family: 'GillSansMT', 'Tahoma', 'Arial', sans-serif;
}

#problem_text input
{
	-webkit-text-stroke: 0px;
}

#problem_text::-webkit-scrollbar
{
    width: 8px;
}
 
#problem_text::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
#problem_text::-webkit-scrollbar-thumb
{
  background-color: darkgrey;
}

.draggable_answer
{
	display: inline-block;
	background-color: white;
	width: 120px;
	height: 30px;
	border: solid 1px white;
	cursor: move;
}

.droppable_blank
{
	border: dashed 1px gray;
	width: 120px;
	height: 30px;
	display: inline-block;	
}

.droppable_blank_receive
{
	background-color: light-gray;
}

.droppable_blank_filled
{
	border: none;
	width: 100px;
}

.results_cell
{
	width: 25%;
	margin: 5px;
	vertical-align: top;
	font-family: 'GillSansMT', 'Lucida Grande', 'Lucida Sans', 'DejaVu Sans Condensed', sans-serif;
	/*font-variant: small-caps;*/
	color: #606060;
}

.results_cell > div
{
	position: relative;
}

.results_cell p:first-of-type
{
	padding-top: 50px;
}

.button_orange
{
	background-color: #ff9a04;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif;
	border-color: #ff9a04;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-transform: uppercase;
	color: white;
	padding-left: 10px;
	padding-right: 10x;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 5%;
	margin-left: 5%;
	text-align: center;
	font-size: 14pt;
}

.button_orange:hover
{
	background-color: #ff8400;
	cursor: hand;
}

.button_blue
{
	background-color: #00aaee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: Helvetica, Arial, sans-serif;
	border-color: #00aaee;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-transform: uppercase;
	color: white;
	padding-left: 10px;
	padding-right: 10x;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 5%;
	margin-left: 5%;
	text-align: center;
	font-size: 14pt;
}

.button_blue:hover
{
	background-color: #0099cc;
	cursor: hand;
}

#results
{
	border-top: solid 1px #d8d8d8;
	padding-top: 10px;
	margin-top: 30px;
	margin-left: 8px;
	margin-right: 8px;
	display: none;
}

#results p
{
	text-align: center;
}

#checking
{
	display: none;
	font-family: 'GillSansMT', 'Lucida Grande', 'Lucida Sans', 'DejaVu Sans Condensed', sans-serif;
	color: #606060;
}

.result
{
	color: #606060;
	font-weight: bold;
	font-family: 'Helvetica';
	font-size: 16pt;
	line-height: 24pt;
	margin-top: 10px;
	margin-bottom: 10px;
}

.result span
{
	color: #ff8400;
	font-size: 20pt;
}

@font-face {
	font-family: 'GillSansMT';
	src: url('./33535gillsansmt.eot');
	src: local('33535gillsansmt'), url('./33535gillsansmt.ttf') format('truetype');
}

table
{ 
	margin-left: auto;
	margin-right: auto;
}

table.cell_border
{
	border-spacing: 0;
    border-collapse: collapse;
}

table.cell_border td
{
	border: solid 1px black;
	padding: 2px;
}