html,body {
	font-family:Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

#container {
	text-align: center;
	padding-top: 10px;
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 0.8em;
	font-weight: bolder;
	font-size: 14pt;
	color: black;
}

input[type="button"],input[type="submit"] {
	border-radius: 0.3em;
	-moz-border-radius:0.3em;
	-khtml-border-radius:0.3em;
	background-color: #000000;
	color: white;
	font-size: 60pt;
	width: 95%;
	margin-top: 1em;
	padding: 0.5em 0;
	border: 1px outset #2a73b5;
}

input[type="button"]:hover,input[type="submit"]:hover {
	cursor: pointer;
	/*background-color: orange;
	border: 1px inset orange;*/
}

input.uitloggen {
	background-color: #ee312c;
}

input[type="text"] {
	font-size: 110pt;
	border: 8px solid #666;
	width: 100%;
	text-align: center;
}

.scoreVeld {
	width: 100%;
	font-size: 120pt;
	text-align: center;
	
}

.scoreDisplay {
	font-size: 50pt;
}

input.terug {
	min-height: 3em;
	min-width: 6em;
	width: 10%;
	font-size: 30pt;
	padding: 0.2em 0;
}

input.score {
	width: 0.8em;
	height: 0.8em;
	font-size: 180pt;
	font-weight: bolder;
	
	margin: 0;
	padding: 0;
	line-height: 80pt;
}

#blueline {
	position: absolute;
	z-index: -10;
	width: 100%;
	top: 111px;
	height: 11px;
	background-color: #000;
	color: white;
}

#blueline img {
	float: right;
	position: relative;
	top: -110px;
	right: 30px;
}

#blackout {
	display: none;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	color: white;
	font-size: 100pt;
	text-align: center;
}
