* { 
	outline: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	xwebkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

*:focus { outline: 0; }

html, body {
	overflow-y: hidden;
	overflow-x: hidden;
	xcursor: default;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background: #000;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 200;
	font-size: 22px;
	height: 100vh;
	width: 100vw;
	color: #fff;
	xtouch-action: none;
	position: absolute;
	top: 0;
	left: 0;
}
/* 
	<uniquifier>: Use a unique and descriptive class name
  <weight>: Use a value from 300 to 1000
*/

h1 {
  font-optical-sizing: auto;
  font-weight: 1000;
  font-style: normal;
  font-size: 64px;
  font-variation-settings:
    "slnt" 0,
    "CASL" 0,
    "CRSV" 0.5,
    "MONO" 0;
}}

table, tr {
	margin: 0;
	padding: 0;
}

div.standings div td, p {
  font-family: "Recursive", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CASL" 0,
    "CRSV" 0.5,
    "MONO" 0;
}

div.standings div table tr.noLaps td {
	color: #ff0000;
}


.clear { clear: both; vertical-align: bottom;}

div.standings div {
	float:left;
}

div.standings div tr td{
	padding: 0px 20px 10px 0;
}

div.strackThu {
	margin-left: 100px;
}


#wrapper {
	text-align: left;
	height: 100vh;
	width: 100vw;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
}