@font-face{
	font-family:Clock;
	src:url('/content/digital-7 (mono).woff')
}

@font-face{
	font-family:'Nova Mono';
	font-style:normal;
	font-weight:400;
	src:local('NovaMono'),url(https://themes.googleusercontent.com/static/fonts/novamono/v5/pN6VVBY03b9QLz-7i6Kl0bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff')
}

html{
	background-color:#000;
	margin:0;
	padding:0;
	border:0;
	color:#fff
}

body{
	background-color:#000;
	clear:both;
	padding:0 0 0 0;
	border-bottom:0;
	border-top:0;
	border-left:0;
	border-right:0;
	margin:0 0 0 0;
	overflow:hidden;
}

.debug{
	font-size:12px;
	font-family:Arial,Verdana;
	font-weight:normal;
	color:#999;
	text-align:left;
	vertical-align:middle;
	z-index:5;
	display:none;
}

.time-display{
	display:block;
	font-family:Clock;
	color:#cf0;
	text-align:center;
	align-content:center;
	vertical-align:bottom;
	z-index:1;
	position:fixed!important;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background-color:gray;
	width:100%;
	overflow:hidden;
	line-height: 0.75;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shot-clock{
	color:#4f0 !important;
	font-size:calc(10vw + 90vmin);
}

.game-single, .game-minutes, .game-seconds{
	font-size:150vh;
	letter-spacing: 0.1em;
	padding: 0 0.05em;
	/*font-size:calc(10vmin + 30vw);*/
}

.game-clock{
	font-size:45vw;
	/*font-size:calc(10vmin + 30vw);*/
}

.game-single, .game-minutes, .game-seconds, .game-clock strong{
	opacity: 0.5;
	font-weight: normal;
}

.game-clock span{
	margin: 0 -0.1em;
	/*color:#680;*/
	/*color:#444;*/
	opacity: 0.3;
}

a{
	display:block;
}

#setup_form{
	display:none;
}

