body, html {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
@font-face{
	font-family: '7seg';
	src: url('../font/7seg.ttf');
}
@import url('https://fonts.googleapis.com/css?family=Roboto');

#console {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 198px;
	height: 100px;
	border: 1px solid grey;
	background-color: black;
	color: limegreen;
	overflow: hidden;
	font-family: 'Roboto', sans-serif;
}
a, a:visited {
	color: #20B3FF;
	text-decoration: none;
}
.message {
	width: 100%;
	display: block;
	font-size: 14pt;
	margin-bottom: 5px;
	padding: 2px;
}
.disp {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	text-shadow: 5px 5px 2px #20B3FF;
	text-align: center;
	color: white;
	font-size: 60pt;
	width: 100%;
	margin-top: 4%;
	z-index: 100;
}
.controls {
	position: relative;
	background-color: black;
	padding: 5px;
	margin: 0px auto;
	width: 400px;
	font-size: 12pt;
	text-shadow: none;
	text-align: left !important;
}
.sub {
	font-size: 15pt;
	text-shadow: none;
}
#subScore {
	font-size: 14pt;
	font-family: "7seg";
	text-shadow: none;
}
.hide {
	display: none;
}
#score {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	font-size: 30px;
	font-family: "7seg";
	color: #20B3FF;
	border: 1px solid white;
}
#scoreBase {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	color: darkgrey;
	opacity: .5;
	font-size: 30px;
	font-family: "7seg";
	border: 1px solid white;
}
#ammo {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 25px;
	font-size: 16pt;
	color: white;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	border: 1px solid white;
}
#roci {
	display: none;
}
#goHex {
	margin-top: -10px;
	font-size: 10pt;
}
#sound {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	border-radius: 5%;
	cursor: pointer;
}
#sound-on {
	width: 100%;
	padding: 5px;
	background-color: #20B3FF;
}
#sound-off {
	width: 100%;
	padding: 5px;
	background-color: red;
}
.cheat {
	color: red !important;
}
.creditHeader {
	font-weight: bold;
	color: red;
}