.summary{
	list-style-type: square;
}
.divider{
	width: 900px;
	margin: auto;
	color: #F2C49C;
	border-top: 1px solid;
	border-radius: 3px;
}
.alert-danger{
	padding: 10px;
	color: red;
}
.summary li:hover{
	font-size:150%;
}
.centerdiv{
	position: relative;
	height: 250px;
	border: 2px solid #de8d31;
	border-radius: 10px;
	margin-top: 100px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.answerdiv{
	position: relative;
	height: 175px;
	margin-top: 25px;
	border: 2px solid #de8d31;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	visibility:hidden;
}
.answertext{
	padding:15px;
}
.centertext{
	font-size: 125%;
	text-align: center;
}
.meant2b{
	margin-left: 445px;
	margin-right: 445px;
}
.copyright{
	position:fixed;
	bottom: 0;
	margin-bottom: 10px;
	margin-top: 75px;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	text-align: center;
}
.radioquestion{
	margin-bottom: 15px;
}
.namebox{
	color:white;
	font-size:125%;
	padding:10px;
	float:right;
	margin-top:25px;
	margin-right:40px;
}
.buttonsection{
	display: block;	
}
.container{
	margin:0 auto;
	width: 960px;
}
body{
	width:auto;
	font-family: 'Montserrat', sans-serif;
	background-color: #FFFFFF;
} 
header{
	background-image:url("../images/header-background-blue.png");	
	height:100px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
header h1{
	margin-bottom:20px;
	margin-top:10px;
	padding:25px;
	margin-left:40px;
	font-size:40px;
	color:white;
}
#naam{
	font-family: 'Montserrat', sans-serif;
	margin-top: 30px;
	margin-bottom:25px;
	outline: none;
	border: 2px solid #de8d31;
	border-radius: 10px;
	padding: 10px;
}
#naam:focus:required:invalid{
	border: 2px solid #de8d31;
}
#naam:required:valid{
	border: 2px solid #4CAF50;
}
#naam:hover{
	border: 2px solid #4CAF50;
}
#username{
	font-family: 'Montserrat', sans-serif;
	outline: none;
	border: 2px solid #de8d31;
	border-radius: 10px;
	padding: 5px;
}
#username:focus:required:invalid{
	border: 2px solid #de8d31;
}
#username:required:valid{
	border: 2px solid #4CAF50;
}
#username:hover{
	border: 2px solid #4CAF50;
}
#usernamecontainer{
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
}
#pwd{
	font-family: 'Montserrat', sans-serif;
	outline: none;
	border: 2px solid #de8d31;
	border-radius: 10px;
	padding: 5px;
}
#pwd:focus:required:invalid{
	border: 2px solid #de8d31;
}
#pwd:required:valid{
	border: 2px solid #4CAF50;
}
#pwd:hover{
	border: 2px solid #4CAF50;
}
#pwdcontainer{
	text-align: center;
}
#login{
	background-color: #de8d31;
	font-size: 16px;
	border: none;
	color: white;
	padding: 16px 32px;
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#logincontainer{
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}
#login:hover{
	background-color: #4CAF50;
}
#starttest{
	background-color: #de8d31;
	font-size: 16px;
	border: none;
	color: white;
	padding: 16px 32px;
	cursor: pointer;
	margin-left: 431px;
	margin-right: 431px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#starttest:hover{
	background-color: #4CAF50;
}
#goback{
	float:left;
	text-decoration:none;
	background-color: black;
	font-size: 16px;
	border: none;
	color: white;
	padding: 16px 32px;
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#goback:hover{
	background-color: #de8d31;
}
#next{
	text-decoration:none;
	float: right;
	background-color: #de8d31;
	font-size: 16px;
	border: none;
	color: white;
	padding: 16px 32px;
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	visibility:hidden;
}
#next:hover{
	background-color: #4CAF50;
}

#timebox{
	background-color: #de8d31;
	text-align: center;
	margin-top: 50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.passed{
	margin-top: 100px;
	margin-left: 230px;
	margin-right: 230px;
}
#loginblock{
	display:none;
}
.congratsdiv{
	margin-top: 100px;
}
#congrats{
	text-decoration:none;
	text-align:center;
	font-size:150%;
	margin: auto;
}




