﻿body {
	background-color:red;
	background-image:none;
	color:white;
}
h1,h2 {
	color:white;
	}
h1 {
	text-shadow: 4px 4px 4px #FF2222;
	text-transform:uppercase;
	letter-spacing:15px;
	font-size:50px;
	font-family:Arial, Helvetica, sans-serif;
	margin:8px auto 2px;
}
h2#LevelTitle {
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	margin:2px;
}
div#ContainerInvisible {
	position:relative;
	width:959px;
	height:400px;
	padding:0px;
	border:0px;
	margin:auto;
	margin-bottom:10px;
	margin-top:2px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border:0px aqua solid;
}
div#InstructionsAndFeedback {
	position:relative;
	width:820px;
	height:70px;
	padding:0px;
	border:3px black solid;
	margin:auto;
	margin-bottom:10px;
	background-color:#FFCCCC;
}
div#InstructionsAndFeedback p{
	margin:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	color:black;
}
#Button1, #Button2 {
	position:absolute;
	top:20px;
	width:130px;
	height:30px;
}
div.DragNumber{
	width:80px;
	height:80px;
	background-color:yellow;
	border-radius:40px;
	border:2px black solid;
	position:absolute;
}
div.DragNumber p{
	color:black;
	font-size:50px;
	font-weight:bold;
	margin:0px;
	font-family:"Arial Black";
}
.NumberSpace {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
	text-align: center;
	background-color: white;
	border: 3px solid #000000;
	padding: 0px;
	margin: 0px;
	width: 80px;
	height: 80px;
	position: absolute;
	overflow: hidden;
	cursor: move;
	border-radius:40px;
	top:80px;
}
#NumberSpace1 {left:120px;}
#NumberSpace2 {left:220px;}
#NumberSpace3 {left:320px;}
#NumberSpace4 {left:480px;}
#NumberSpace5 {left:580px;}
#NumberSpace6 {left:740px;}
.PlusEqual {
	position:absolute;
	font-size:80px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	top:80px;
}
#PlusEqual1 {left:420px;}
#PlusEqual2 {left:680px;}
#ProgressCheck {
	position:absolute;
	left:80px;
	bottom:1px;
	font-size:xx-small;
	color:#FFCC00;
}
#Scratchpad {
	visibility:hidden;
}
#Trophybutton {
	width:500px;
	position:absolute;
	left:160px;
	top:20px;
}
p#TimeCheck {
	position:absolute;
	margin:0px;
	bottom:10px;
	right:10px;
	color::#FFCCFF;
	font-family:"Arial Rounded MT Bold";
	font-size:24px;
}
#QuizFooterTable p.comment_title {
	background-color:red;
	background-image:none;
	background: linear-gradient(to bottom, red 0%, #FFFFFF 8%, red 16%, red 100%);
	border-top:2px black solid;
	border-left:2px black solid;
	border-right:2px black solid;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	font-weight:bold;
	color:white;
	margin-bottom:0px;
	box-shadow:3px 0px 1px 1px rgba(0,0,0,0.13);
	padding:10px;
}
.comment_date {
	display:none;
}
#QuizFooterTable p.comment_body {
	color:navy;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:16px;
	font-weight:normal;
	padding-left:30px;
	padding-top:15px;
	padding-bottom:10px;
	border-left:2px black solid;
	border-right:2px black solid;
	border-bottom:2px black solid;
	margin-right:0px;
	margin-top:0px;
	margin-left:0px;
	box-shadow:3px 3px 3px 1px rgba(0,0,0,0.26);
	line-height:20px;
}
img#Congratulations {
	position:absolute;
	top:190px;
	left:50%;
	width:207px;
	height:207px;
	margin-left:-103px;
	display:none;
}

