body *{user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;font-family:monospace}
body{overflow:hidden;position:fixed;margin:0;height:100vh;background:#000}
::-webkit-scrollbar{display:none}
button:focus{outline:0!important}
#status-bar * {
	color: #222;
}
#grid-3D {
	position: absolute;
	overflow: hidden;
	background: transparent;
	font-size: 100%;
}
#N-level {
    text-align: center;
}
#site-wrap {
	min-width: 100vw;
	min-height: 100vh;
	background: #000;
	position: relative;
	top: 0;
	bottom: 100%;
	left: 0;
	z-index: 1;
}
#nav-trigger {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}
label[for="nav-trigger"] {
	position: fixed;
	z-index: 2;
	margin: 0;
	cursor: pointer;
    	color: #333;
}
#navigation {
	margin: 0;
	list-style: none;
	background: #222;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	overflow-y: scroll;
}
.nav-item input, .nav-item select {
	margin: 8px 0;
}
.nav-item p {
	margin: 12px 0;
}
.btn-standard {
	position: absolute;
    background: #222;
    color: #000;
    z-index: 10;
    border: 0;
    border-radius: 4px;
}
.btn-standard:disabled {
	background: #111;
}
.btn-popup {
	position: absolute;
	line-height: 100%;
	padding: 0;
	border: 0;
    background: transparent;
    color: #fff;
    border-radius: 4px;
}
.btn-popup.reflected {
	color: #4d4100;
}
input[type=range].slider {
	-webkit-appearance: none;
	padding: 0;
}
input[type=range].slider:focus {
	outline: none;
}
input[type=range].slider::-webkit-slider-runnable-track {
	width: 100%;
	cursor: pointer;
	background: #fff;
	border-radius: 4px;
	border: 0px solid #010101;
}
input[type=range].slider::-webkit-slider-thumb {
	border: 0px solid #ff1e00;
	border-radius: 0px;
	background: #666;
	cursor: pointer;
	-webkit-appearance: none;
}
input[type=range].slider:focus::-webkit-slider-runnable-track {
	background: #ff0;
}
.pop {
	position: absolute;
	z-index:20;
	color: #fff;
	top: 0;
	left: 0;
	text-align: center;
	transition: opacity .4s ease-in-out;
	background: rgba(0, 0, 0, .5);
}
#results, #chart {
	position: absolute;
	z-index: 30;
	width: 100vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#chart {
	display: none;
	height: 85vh;
	width: 85vw;
}
.results-icons {
	border-collapse: collapse;
    border-spacing: 0;
	border: 0;
	margin: 0 auto;
}
.results-text {
	margin: 0;
	line-height: 100%;
}
.ct-chart-line{
    overflow:visible!important;
}
.ct-grid { 
	stroke: white;
}
.ct-label {
	fill: white;
    color: white;
}
.ct-series-a .ct-line,
.ct-series-a .ct-point {
  stroke: green;
}
.ct-series-b .ct-line,
.ct-series-b .ct-point {
  stroke: orange;
}
.ct-series-c .ct-line,
.ct-series-c .ct-point {
  stroke: red;
}
.on {
	background: #fff!important;
}
.right {
	background: #0c5a4a!important;
}
.missed {
	background: #613e05!important;
}
.wrong {
	background: #662900!important;
}
