﻿html {
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	position: fixed;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: silver;
}

body {
	width: 100%;
	height: 100%;
	background:#000;
	padding:0;
	margin:0;
	font-weight: bold;
}

canvas {
	width: 100%;
	height: 100%;
	z-index: 0;
}

/* Upper Left */

.overlay1 {
	position: absolute;
	top: 1%;
	left: 1%;
	width: 240px;
	height: 12px;
	color: white;
	font-family: Courier;
	font-size: 12pt;
	z-index: 1;
}

/* Buttons */

button {
	-webkit-appearance: none;	
	font-family: Courier;
	font-size: 12pt;
	text-align: center;
	position: absolute;
	min-width: 80px;
	border-radius: 0;
	z-index: 1;
}

/* Right Side */

.pauseButton {
	right: 20px;
	top: 10px;
}

.soundButton {
	right: 120px;
	top: 10px;
}

.cameraButton {
	right: 20px;
	top: 40px;
}

.reflinButton {
	right: 120px;
	top: 40px;
}

/* Lower Left */

.pitdButton {
	position: absolute;
	left: 120px;
	bottom: 100px;
}

.bnklButton {
	position: absolute;
	left: 20px;
	bottom: 70px;
}

.stopButton {
	position: absolute;
	left: 120px;
	bottom: 70px;
}

.bnkrButton {
	position: absolute;
	left: 220px;
	bottom: 70px;
}

.pituButton {
	position: absolute;
	left: 120px;
	bottom: 40px;
}

.yawlButton {
	position: absolute;
	left: 20px;
	bottom: 40px;
}

.yawrButton {
	position: absolute;
	left: 220px;
	bottom: 40px;
}


