html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

*,
*::before,
*::after {
  box-sizing: border-box;
  font-size: 16px;
}

@font-face {font-family: gameWorksFont;src: url(/assets/adam-cg-pro.otf);}

d-none{
	display: none;
}

body{
	font-family: gameWorksFont;
	color: #fff;
}

#scoreboard{
	width: 1920px;
	height: 1080px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/assets/background.jpg);
	overflow: hidden;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 1920px;
	height: 120px;
	display: flex;
	vertical-align: middle;
}

#main-section{
	position: absolute;
	top: 120px;
	left: 0;
	width: 1920px;
	height: 840px;
	vertical-align: middle;
}

#footer{ 
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1920px;
	height: 120px;
	display: flex;
	vertical-align: middle;
}

#event-title{
	color: #ffda00;
	font-size: 48px;
	height: 96px;
	line-height: 96px;
	filter: drop-shadow(2px 2px 3px #fff);
}

#standings-title-general{
	text-align: center;
	font-size: 32px;
	margin: 28px 0;
}

.round-count-after{
	color: #ffda00;
	opacity: 0.8;
	font-size: 90%;
}
#footer>div{
	padding: 8px;
}
.footer-title{
	font-size: 120%;
	color: #ffda00;
	margin: 8px 0;
}
.footer-text{
	margin-top: 8px;
	font-size: 150%;
}

#standings-actual{
	position: absolute;
	top: 92px;
	height: 720px;
	width: 1920px;
}
#standings-left{
	position: absolute;
	top: 0;
	left: 80px;
	height: 720px;
	width: 800px;
}
#standings-right{
	position: absolute;
	top: 0;
	left: 1040px;
	height: 720px;
	width: 800px;
}
.standings-center{
	left: 560px!important;
}
.counterskew{
	display: inline-block;
	transform: skew(16deg);
}
.standings-line{
	font-size: 0;
	margin-bottom: 12px;
	display: none;
}
.stnd-rank{
	background: rgba(255,218,0, 0.8);
	color: #000;
	display: inline-block;
	width: 60px;
	height: 60px;
	transform: skew(-16deg);
	font-size: 28px;
	line-height: 60px;
	text-align: center;
}
.stnd-team-name{
	background: rgba(255,255,255, 0.65);
	color: #000;
	display: inline-block;
	width: 610px;
	height: 60px;
	transform: skew(-16deg);
	font-size: 28px;
	line-height: 60px;
	text-align: left;
	margin: 0 8px;
}
.stnd-team-name>.counterskew{
	display: inline-block;
	vertical-align: bottom;
	width: 594px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0 8px;
}
.stnd-team-points{
	background: rgba(255,255,255, 0.65);
	color: #000;
	display: inline-block;
	width: 110px;
	height: 60px;
	transform: skew(-16deg);
	font-size: 28px;
	line-height: 60px;
	text-align: center;
}