body{
	background-image:url("background_tile.jpg");
}

	

.navigation{
	font-size: x-large;
	margin: 0 10px 0 10px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.button:hover{
	color: yellow;
	box-shadow: 0px 0px 10px #b3b3b3;
}

#NewTest{
}

#ChangeUser{
}

#Title{
	text-align: center;
	font-size: xx-large;
	padding-top: 50px;
}

fieldset{
	margin-top: 30px;
}

h1{
	text-align: center;
	margin: 10px 0 20px 0;
	font-size: xx-large;
}

h2{
	text-align: center;
	font-size: x-large;
}

h3{
	margin: 30px 0 5px 0;
}






#UserForm{
	width: 500px;
	margin: 0 auto 0 auto;
}

#UserForm label{
	font-size: x-large;
	position: relative;
	top: 3px;
	cursor: pointer;
}

#UserForm input[type='radio']{
	margin: 0 15px 20px 125px;
}

#UserForm input[type='text']{
	margin: 0 0px 0px -2px;
	height: 20px;
	font-size: large;
	width: 175px;
	position: relative;
	top: 2px;
}

#UserForm input[type='submit']{
	width: 100px;
	margin: 10px auto 10px auto;
	display: block;
	font-size: large;
	height: 30px;
	background-color: #e1e1e1;
	border-radius: 7px;
	cursor: pointer;
}







#SetupForm{
	margin: 0 0px 0px 0px;
	min-width: 300px;
}

#SetupForm fieldset{
	padding: 0 25px 20px 25px;
}

.option{
	float: left;
	position: relative;
	width: 250px;
	background-color: #d3d3d3;
	border: black 1px solid;
	text-align: center;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
}

.option .submenu{
	display: none;
	text-align: left;
	background-color: #eeeeee;
	padding: 5px;
}

.option label{
	padding: 7px;
}

.option input{
	margin: 7px;
}

.option label{
	cursor: pointer;
}


#Container1{
	float: left;
	margin: 0 100px 0 10px;
}

#Container2{
	float: left;
	margin: 0 0 0 10px;
}

#Container3{
	float: left;
	clear: left;
	width: 100%;
	margin: 20px 0 0 0;
}

#SetupForm h1{
	margin-bottom: 0;
}

#StartSubmit{
	width: 100px;
	margin: 0 auto 30px auto;
	display: block;
	font-size: large;
	height: 30px;
	background-color: #e1e1e1;
	border-radius: 7px;
	cursor: pointer;
}

#StartSubmit::after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

#NumberInput{
	margin: 0 0 0 10px;
	width: 40px;
	height: 20px;
	font-size: large;
	text-align: center;
}





#StartCountdown{
	text-align: center;
	position: relative;
	top: 50px;
}

#TestBox{
	width: 300px;
	margin: 0px auto 0 auto;
	background-color: #ececec;
	border: black 1px solid;
	border-radius: 5px;
	box-shadow: 0 0 5px black;
	padding: 0px 0 10px 0;
	position: relative;
	top: 10px;
}

#Keypad *,#Feedback *{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

#QuestionP{
	margin: 10px 20px 0 20px;
	text-align: center;
}

#Sum{
	text-align: center;
	font-size: xx-large;
	margin: 20px 0 20px 0;
	position: relative;
	top: 3px;
}

#AnswerBox{
	width: 70px;
	height: 35px;
	font-size: x-large;
	display: inline;
	margin: 0;
	text-align: center;
	color: transparent;
	text-shadow: 0 0 0 black;
}

#EqualsSign{
	font-size: xx-large;
	font-weight: bold;
	position: relative;
	top: 1px;
	margin: 0 10px 0 10px;
}

#Feedback{
	font-size: xx-large;
	margin: 0 auto 0 auto;
	position: relative;
	top: -410px;
	background-color: #ececec;
	border: black 1px solid;
	border-radius: 5px;
	box-shadow: 0 0 5px black;
	width: 300px;
	height: 300px;
	padding: 20px 0 0 0;
}

#Feedback h1{
	text-align: center;
	font-weight: bold;
}

#Feedback p{
	text-align: center;
}

#Buttons{
	height: 50px;
	width: 250px;
	margin: 20px auto 0 auto;
}

#Buttons>button{
	text-align: center;
	font-size: x-large;
	border: black 2px solid;
	border-radius: 10px;
	background-color: #f7f7f7;
	box-shadow: 0 0 5px black;
	padding: 10px;
	cursor: pointer;
	width: 110px;
	float: left;
	display: block;
}

#StopButton{
	margin: 0 30px 0 0;
}

#NextButton{
	margin: 0;
}


#Keypad{
	width: 186px;
	height: 248px;
	margin: 30px auto 0 auto;
	border: 2px solid black;
	position: relative;
	top: 0px;
	box-shadow: 0 0 3px black;
}

#Keypad>span{
	width: 60px;
	height: 60px;
	background-color: #ececec;
	display: block;
	border: 1px solid #828282;
	line-height: 60px;
	text-align: center;
	font-size: xx-large;
	float: left;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.pressed{
	background-color: yellow !important;
	box-shadow: 0 0 5px black inset;
}




#key4,#key1,#keyClear{clear: left;}

#ClearKey,#DeleteKey{
	font-size: large !important; 
}








#PercentageCorrect{
	margin: 40px 0 40px 0;
	font-size: 60px;
}

#CorrectionsDiv{
	width: 200px;
	margin: 0 auto 0 auto;
	background-color: #ececec;
	border: black 1px solid;
	border-radius: 5px;
	box-shadow: 0 0 5px black;
	padding: 0px 0 10px 0;
}

#MistakesTitle{
	font-size: xx-large;
	margin: 20px 0 0px 0;
	text-decoration: underline;
}

.mistake{
	text-align: center;
	font-size: x-large;
}