 /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
 
* {
	box-sizing: border-box
}

@font-face {
	font-family: 'P22UndergroundCYProLight';
	src: local('Custom Font'),
	url('/fonts/P22UndergroundCYProLight.woff2') format('woff2'),
	url('/fonts/P22UndergroundCYProLight.woff') format('woff'),
	url('/fonts/P22UndergroundCYProLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'P22UndergroundCYProMedium';
	src: url('/fonts/P22UndergroundCYProMedium.woff2') format('woff2'),
	url('/fonts/P22UndergroundCYProMedium.woff') format('woff'),
	url('/fonts/P22UndergroundCYProMedium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'P22UndergroundCYProHeavy';
	src: url('/fonts/P22UndergroundCYProHeavy.woff2') format('woff2'),
	url('/fonts/P22UndergroundCYProHeavy.woff') format('woff'),
	url('/fonts/P22UndergroundCYProHeavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap
}

html {
	background-color: black;
	font-size: 62.5%
}

body {
	background-color: #1a191c;
	color: #f5f5f7;
	font-family: "P22UndergroundCYProLight", Helvetica, sans-serif;
	font-size: 1.5rem;
	line-height: 1.35;
	letter-spacing: 1px;
	text-transform: uppercase
}

strong {
	font-family: 'P22UndergroundCYProHeavy';
	font-weight: 900
}

small {
	display: inline-block;
	line-height: 1.3
}













/* Copy */
h1 {
	font-size: 2.8rem;
	line-height: 1.1;
	margin: 0 0 50px 0;
	letter-spacing: 4px
}

h1 span {
	display: block;
	font-size: .55em;
	line-height: 1.2;
	margin-top: 15px;
	height: 3.55em
}

.head-small h1 span {
	height: auto;
	min-height: 3.55em
}

h2 {
	font-size: 1.6rem;
	margin: 0 0 1em 0
}

h3 {
	font-size: 1.5rem;
	margin: 0 0 1em 0
}

h4 {
	font-size: 1rem
}

a {
	text-decoration: none;
	color: inherit
}

a:hover,
a:active,
a.linky {
	text-decoration: underline
}

.text-block p {
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 2em
}

.heading-for-sm {
	font-size: 1.5rem;
	font-family: 'P22UndergroundCYProHeavy';
	font-weight: 900;
	line-height: 1.35;
	text-align: center;
	margin: 50px 0 10px 0
}

@media screen and (min-width: 601px) {
	
	h1 {
		font-size: 6rem;
		margin: 0 0 70px 0
	}
	
	h1 span {
		min-height: 2.8em
	}
	
	.text-block {
		padding: 0 15%
	}
	
	.text-block p {
		font-size: 1.8rem
	}
	
	.heading-for-sm {
		display: none
	}
	
}















/* Layout */
.container {
	padding: 0 20px;
	overflow-x: hidden
}

.flex {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
	flex-direction: column
}

.flex .col {
	flex: 1 1 auto;
	padding-left: 10px;
	padding-right: 10px
}

@media screen and (min-width: 601px) {
	
	.container {
		padding: 0;
		width: 80%;
		margin: auto;
		max-width: 1100px;
		overflow-x: visible
	}
	
	.flex {
		flex-direction: row
	}
	
	.flex .col {
		flex: 1 1 0
	}
	
	.flex .col-sm {
		flex-basis: 19%;
		flex-grow: 0
	}
	
	.flex .col-lg {
		flex-basis: 62%;
		flex-grow: 0
	}
	
	.narrow-on-lg {
		padding-left: 19%;
		padding-right: 19%
	}
	
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
	
	.container {
		width: 100%;
		padding: 0 20px
	}
	
}








/* Site header */
body {
	padding-top: 48px
}

#site-header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background: black;
	padding: 4px 0 0 0;
	line-height: 44px;
	height: 48px;
	border-bottom: 1px solid rgba(255,255,255, .18)
}

#site-header a {
	color: white;
	text-decoration: none
}

#site-header .site-menu {
	margin: 0px;
	padding: 0;
	display: block;
	float: right
}

#site-header .site-menu ul {
	margin: 0;
	padding: 0;
	list-style: none
}

#site-header .site-menu ul li {
	display: inline-block;
	margin: 0;
	padding: 0
}

#site-header .site-menu ul li a {
	display: inline-block;
	margin: 0 .5rem;
	padding: 0;
	text-decoration: none;
	color: #999
}

#site-header .site-menu ul li:last-child a {
	margin-right: 0
}

#site-header .site-menu ul li a:hover,
#site-header .site-menu ul li a:active {
	text-decoration: underline;
	color: #fff
}

#site-header .site-menu ul li .icon {
	width: 15px;
	height: 15px;
	vertical-align: baseline;
	margin-left: 8px
}

@media only screen and (min-width: 601px) {
	
	#site-header .site-menu ul li a {
		margin: 0 .75rem
	}
	
}















/* Header */
.head {
	padding: 90px 0 20px 0;
	margin: 0 0 25px 0;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255, .2)
}

.head-gradient {
	background-image: linear-gradient(#000000 0%, #1a191c 75%, #1a191c 100%)
}

.head.head-small {
	
}

.head .head-foot {
	color: #fec500;
	font-size: 1.4rem
}

.head a {
	color: #aaa;
	display: inline-block;
	margin: 0 7px 3px 7px;
	padding: 3px 0 0 0;
	text-decoration: none
}

.head a:hover,
.head a:active {
	text-decoration: underline;
	background-color: rgba(255,255,255, .1)
}

#nmj {
	text-transform: uppercase
}

#nmj.zoom {
	animation: zoom 10s
}

@keyframes zoom {
	0% { transform: scale(.75) }
	100% { transform: scale(1) }
}

@media screen and (min-width: 601px) {
	
	.head {
		padding: 150px 0 20px 0;
		margin-bottom: 50px
	}
	
	.head.head-small {
		padding-top: 100px
	}
	
	.head.head-small h1 {
		margin-bottom: 30px
	}
	
	.head .head-foot {
		font-size: 1.6rem
	}
	
}
















/* Menu list */
.menu-list {
	margin: 0
}

.menu-list .item {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 1.45rem;
	margin: 20px 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent
}

.menu-list .item .title {
	font-family: 'P22UndergroundCYProHeavy', Helvetica, sans-serif;
	display: block;
	background-color: #0c0c0d;
	background-color: #3c3c3d;
	color: white;
	margin: 0;
	padding: 10px 10px 7px 10px;
	font-size: .85em
}

.menu-list .item:hover {
	border-left-color: #fec500
}

.menu-list .item:hover .title {
	background-color: #fec500;
	color: #000
}

.menu-list .item .body {
	font-family: 'P22UndergroundCYProMedium', Helvetica, sans-serif;
	display: block;
	background-color: #eee;
	color: black;
	margin: 0;
	padding: 10px 10px 7px 10px
}





/* Play panels */
.panels {
	margin: 0 0 50px 0
}

.panels .pre-panel {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .9em
}

.panels .pre-panel .icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: text-bottom;
	margin-left: 5px
}

.panels .panel {
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 1.6rem;
	margin: 0 0 40px 0
}

.panels .panel .title {
	font-family: 'P22UndergroundCYProHeavy', Helvetica, sans-serif;
	display: block;
	background-color: #fec500;
	color: black;
	margin: 0;
	padding: 1.0rem 1.0rem 0.7rem 1.0rem;
	font-size: 1.35rem
}

.panels .panel .body {
	font-family: 'P22UndergroundCYProMedium', Helvetica, sans-serif;
	display: block;
	background-color: white;
	color: black;
	margin: 0;
	padding: 1.0rem 1.0rem 0.7rem 1.0rem;
}

.panels .panel .body .italic {
	font-style: italic
}

.panels .panel .title small,
.panels .panel .body small {
	letter-spacing: normal;
	font-family: 'P22UndergroundCYProMedium', Helvetica, sans-serif;
}

.panels .panel.out .title {
	background-color: #ff003c;
	color: white
}

.panels .panel.out .body {
	background-color: white;
	color: #ff003c
}

.panels .panel .challenging {
	letter-spacing: normal;
	font-size: .9em
}

.panels .panel .challenging .challenge {
	background-color: rgba(255,50,50, .25);
	text-transform: none;
	padding: 1.1rem 1.0rem 0.7rem 1.0rem
}

.panels .panel .challenging .challenge.successful {
	
}

.panels .panel .challenging .challenge img {
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin-right: 5px;
	vertical-align: top
}

.panels .panel .extra {
	background-color: rgba(255,255,255, .1);
	text-transform: none;
	padding: 10px 10px 7px 10px;
	letter-spacing: normal;
	font-size: .9em
}

@media screen and (min-width: 601px) {
	
	.panels .panel {
		font-size: 1.6rem
	}
	
}

/* Panel animations */
.anim-spin {
	animation-name: spin;
	animation-duration: 8s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

.anim-fly {
	animation-name: fly;
	animation-duration: 6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}

@keyframes spin {
	0% { transform: rotate(0deg) translateY(0) }
	15% { transform: rotate(-180deg) translateY(0) }
	30% { transform: rotate(-360deg) translateY(0) }
	45% { transform: rotate(-540deg) translateY(0) }
	60% { transform: rotate(-720deg) translateY(0) }
	60.01% { transform: rotate(0deg) translateY(0) }
}

@keyframes fly {
	0% { transform: translateY(0); opacity: 1 }
	1% { transform: translateY(-.5em) }
	2% { transform: translateY(0) }
	3% { transform: translateY(-.5em) }
	4% { transform: translateY(0) }
	5% { transform: translateY(-.5em) }
	6% { transform: translateY(0) }
	7% { transform: translateY(-.5em) }
	8% { transform: translateY(0) }
	9% { transform: translateY(-.5em) }
	10% { transform: translateY(0) }
	14% { transform: translateY(0); opacity: 1 }
	50% { transform: translateY(-15em) translateX(150%); opacity: 0 }
	51% { transform: translateY(0) translateX(0); opacity: 0 }
	55% { opacity: 1 }
}






/* Status panels */
.status-panel {
	position: relative;
	overflow: hidden;
	text-align: center
}

.status-panel.out {
	background-color: #ff003c;
	color: white
}

.status-panel span {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	font-family: 'P22UndergroundCYProHeavy';
	display: block;
	line-height: 1em;
	font-size: 1.3em;
	padding: 15px 15px 11px 15px;
	animation: statusPanel1 1s linear infinite forwards
}

.status-panel span:nth-child(2) {
	position: absolute;
	animation: statusPanel2 1s linear infinite forwards
}

@keyframes statusPanel1 {
	0% { transform: translateY(0%) }
	50% { transform: translateY(-100%) }
	100% { transform: translateY(-100%) }
}

@keyframes statusPanel2 {
	0% { transform: translateY(100%) }
	50% { transform: translateY(0%) }
	10% { transform: translateY(0%) }
}





/* In-Game Relocation */
.igr {
	font-family: 'P22UndergroundCYProHeavy', Helvetica, sans-serif;
	font-weight: 900;
	display: inline-block;
	margin: 0;
	padding: 7px 8px 3px 8px;
}

.igr:hover {
	animation: igr 5s linear infinite
}

.igr small {
	font-size: .65em;
	letter-spacing: .5px;
	font-family: 'P22UndergroundCYProMedium', Helvetica, sans-serif;
	vertical-align: text-bottom
}

@keyframes igr {
	0% { background-color: #3d72e8; color: white }
	4% { background-color: #3d72e8; color: white }
	5% { background-color: white; color: #3d72e8 }
	9% { background-color: white; color: #3d72e8 }
	10% { background-color: #3d72e8; color: white }
	14% { background-color: #3d72e8; color: white }
	15% { background-color: white; color: #3d72e8 }
	19% { background-color: white; color: #3d72e8 }
	20% { background-color: #3d72e8; color: white }
	24% { background-color: #3d72e8; color: white }
	25% { background-color: white; color: #3d72e8 }
	29% { background-color: white; color: #3d72e8 }
	30% { background-color: #3d72e8; color: white }
	34% { background-color: #3d72e8; color: white }
	35% { background-color: white; color: #3d72e8 }
	39% { background-color: white; color: #3d72e8 }
	40% { background-color: #3d72e8; color: white }
	44% { background-color: #3d72e8; color: white }
	45% { background-color: white; color: #3d72e8 }
	100% { background-color: white; color: #3d72e8 }
}
















/* Info list */
.info-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.6rem;
	text-align: left
}

.info-list li {
	margin: 0;
	padding: 15px 0 10px 0;
	display: flex;
	border-bottom: 1px solid rgba(255,255,255, .1)
}

.info-list .key {
	display: block;
	font-size: .7em;
	margin-bottom: 4px;
	font-family: 'P22UndergroundCYProHeavy';
}

.info-list .val {
	font-size: .9em;
	color: #d1d2d3;
	flex-grow: 1;
	text-align: right
}

.info-list .val a {
	text-decoration: underline
}

.info-list .val a:hover {
	color: #fff
}

#game-info-sm {
	height: 50px
}

@media screen and (min-width: 601px) {
	
	.info-list {
		font-size: 1.6rem
	}
	
	.info-list li {
		display: block
	}
	
	.info-list.info-list-right {
		text-align: right
	}
	
	#game-info-sm {
		display: none
	}
	
}
















/* Dropdown menu */
.dropdown {
	position: relative
}

.dropdown-menu {
	font-family: 'P22UndergroundCYProMedium';
	position: fixed;
	z-index: 100;
	top: 48px;
	left: auto;
	right: 1rem;
	font-size: 1.5rem;
	width: 200px;
	perspective: 1000px;
	line-height: 1.2em;
	text-transform: none;
	letter-spacing: normal;
	background-color: black;
	display: none;
	animation: rotateMenu 500ms ease-in-out forwards;
	transform-origin: top center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	max-height: 75vh;
	border: 1px solid rgba(255,255,255, .2);
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

/*
.dropdown-menu {
	scrollbar-width: thin;
	scrollbar-color: rgba(255,255,255, .15) rgba(255,255,255, .4)
}

.dropdown-menu::-webkit-scrollbar {
	width: 6px;
}

.dropdown-menu::-webkit-scrollbar-track {
	background: rgba(255,255,255, .15);
}

.dropdown-menu::-webkit-scrollbar-thumb {
	background-color: rgba(255,255,255, .4);
	border-radius: 20px;
	border: none
}
*/

@media screen and (min-width: 993px) {
	
	.dropdown-menu {
		position: absolute;
		width: 250px;
		left: 0;
		top: 42px;
		right: auto;
		font-size: 1.45rem
	}
	
}

.dropdown:hover .dropdown-menu {
	display: block
}

.dropdown-menu:hover {
	display: block
}

.dropdown.dropdown-for-mobile:hover .dropdown-menu,
.dropdown.dropdown-for-mobile:focus .dropdown-menu,
.dropdown.dropdown-for-mobile:active .dropdown-menu,
.dropdown.dropdown-for-mobile.active .dropdown-menu {
	display: block
}

#site-header .site-menu ul li.dropdown-for-mobile a,
.dropdown.dropdown-for-mobile li a {
	margin: 0
}

#site-header .site-menu ul li.dropdown-for-mobile .icon,
.dropdown.dropdown-for-mobile li a .icon {
	vertical-align: middle;
	margin-bottom: 0.3rem
}

#site-header .site-menu ul.dropdown-menu li {
	display: block;
	color: #444;
	background-color: #ddd;
	font-size: 1em
}

#site-header .site-menu ul.dropdown-menu li a {
	display: block;
	text-decoration: none;
	margin: 0;
	color: #444;
	padding: 12px 15px 8px 15px;
	border-bottom: 1px solid #ccc
}

#site-header .site-menu ul.dropdown-menu li a:hover,
#site-header .site-menu ul.dropdown-menu li a:active {
	color: #000;
	background-color: rgba(255,255,255, 1)
}

@-moz-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-o-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(10deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}





























/* Footer */
#site-footer {
	margin: 80px 0 0 0;
	padding: 24px 0 20px 0;
	text-align: center;
	background-color: #000;
	font-size: 1.3rem
}

.footer-links {
	margin: 0 0 6px 0;
	padding: 0;
	list-style: none
}

.footer-links li {
	margin: 0;
	padding: 0;
	display: inline-block
}

.footer-links li a {
	display: block;
	color: #aaa;
	padding: 5px 6px 2px 6px
}

.footer-links li a:hover,
.footer-links li a:active {
	color: white;
	background-color: rgba(255,255,255, .2)
}

.footer-copy {
	display: block;
	margin: 20px 0 0 0;
	font-size: .9em
}

@media screen and (min-width: 601px) {
	
	#site-footer {
		font-size: 1.3rem
	}
	
}























/* Buttons */
.btn {
	font-family: 'P22UndergroundCYProMedium', Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: #fec500;
	color: black;
	padding: 13px 20px 10px 20px;
	text-transform: uppercase;
	text-align: center
}

.btn:hover,
.btn:active {
	cursor: pointer;
	background: #a7891b
}

.btn.full {
	width: 100%
}









/* Forms */
.form {
	margin: 0 auto 50px auto
}

.input-field {
	margin: 0 0 18px 0
}

label {
	display: block;
	font-size: 1.25rem;
	margin: 0 0 5px 0
}

.input {
	font-family: 'P22UndergroundCYProMedium';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	border: 1px solid black;
	background: rgba(255,255,255, .95);
	color: black;
	font-size: 1.6rem;
	text-transform: none;
	line-height: 1;
	padding: 8px 12px
}

select.input {
	padding: 11px 12px 10px 12px
}

@media screen and (min-width: 601px) {
	
	.form {
		padding: 0 20%
	}
	
	.form.narrow-form {
		max-width: 300px;
		padding: 0
	}
	
}

.form-input {
	font-family: 'P22UndergroundCYProLight';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-bottom: 2px solid white;
	border-radius: 0;
	margin: 0 3px 10px 0;
	color: white;
	font-size: 1.6rem;
	text-transform: none;
	line-height: 1;
	padding: 4px 0;
	width: 100px
}

.form-input.large {
	width: 100%
}

select.form-input {
	padding: 8px 20px 5px 0px
}

.form-btn {
	font-family: 'P22UndergroundCYProMedium', Helvetica, sans-serif;
	font-size: 1.6rem;
	text-decoration: none;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: #fec500;
	color: black;
	padding: 8px 10px 6px 10px;
	text-transform: uppercase;
	text-align: center
}

.form-btn:hover {
	background: #c39d13
}

.form-btn:active {
	background: #9c8014
}

@media screen and (min-width: 601px) {
	
	.form-input {
		font-size: 19px;
		min-width: 150px
	}
	
	.form-input.large {
		max-width: 300px
	}
	
	select.form-input {
		font-size: 1.9rem;
		padding: 10px 20px 7px 0px
	}
	
}













/* Tabs */
.tabs {
	text-align: center;
	margin: 0 0 30px 0
}

.tabs .tab {
	display: inline-block;
	font-size: 1.5rem;
	padding: 11px 15px 8px 15px;
	min-width: 120px;
	text-decoration: none;
	color: white;
	border: 1px solid rgba(255,255,255, .2);
	margin: 0 2px
}

.tabs .tab.active {
	background-color: rgba(255,255,255, .1)
}

.tab-panes .tab-pane {
	display: none
}

.tab-panes .tab-pane.active {
	display: block
}




















/* Tables */
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px
}

table th, table td {
	text-align: left;
	padding: 12px 15px 8px 15px;
	box-shadow: inset 8px 0 10px -6px rgba(0,0,0, .3)
}

table th:first-child, table td:first-child {
	box-shadow: none
}

table thead {
	position: -webkit-sticky;
	position: sticky;
	top: 48px
}

table thead th {
	font-family: 'P22UndergroundCYProMedium';
	background-color: #fec500;
	color: black;
	text-align: left
}

table tbody tr td {
	background-color: white;
	color: black;
	overflow: hidden
}

table .stat {
	font-family: 'P22UndergroundCYProHeavy';
	text-align: center;
	width: 20%;
	position: relative
}

table .stat .stat-out {
	font-family: 'P22UndergroundCYProMedium';
	font-size: 85%;
	position: absolute;
	right: 1.5em;
	top: 1.15em
}

table tbody tr:nth-child(even) td {
	background-color: #e5e8e9
}

table tbody tr:hover td {
	background-color: #cacbcc
}

table tbody tr.row-link:hover {
	cursor: pointer
}



table thead .thead-player-images th {
	box-shadow: none;
	padding: 0;
	background-color: #333;
	position: relative
}

table thead .thead-player-images img {
	display: block;
	width: 100%;
	height: auto
}

table thead .thead-player-images th:after {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	box-shadow: inset 8px 0 10px -6px rgba(0,0,0, .3)
}

table thead .thead-players th {
	background-color: #333
}

table thead .thead-players th {
	background-color: #333
}

table thead .thead-players th.player {
	text-align: center;
	background-color: #fff;
	color: #000;
	box-shadow: none;
	width: 20%;
	box-shadow: inset 7px 0 0 #fec500;
}

table thead .thead-player-scores th {
	text-align: center;
	color: #fff;
	background-color: #333
}

table thead .thead-player-scores th.player {
	background-color: #3d72e8
}

.statistic {
	font-family: 'P22UndergroundCYProMedium';
	text-transform: none;
	text-align: right;
	color: #555
}

.statistic.stat-left {
	text-align: left
}

table.games-list tbody tr td,
table.games-list tbody tr:nth-child(even) td {
	background-color: black;
	color: white;
	text-align: center;
	font-size: 1.25rem;
	border-bottom: 1px solid rgba(255,255,255, .04)
}

table.games-list tbody tr:hover td {
	background-color: #191919
}

table.games-list tbody tr td strong {
	display: block;
	font-size: 4rem
}

table thead.table-secondary-header {
	top: 88px
}

table thead.table-secondary-header th {
	background-color: #3d72e8;
	color: white
}

table tbody tr td .td-col {
	display: inline-block;
	min-width: 49%
}

@media screen and (max-width: 600px) {
	
	table .stat {
		width: 10%
	}
	
	table .stat .stat-out {
		right: .7em
	}
	
	table.small-on-sm {
		font-size: .7rem;
		line-height: 1.2
	}
	
	table thead .thead-players th.player {
		font-size: 0.78rem;
		box-shadow: inset 3px 0 0 #fec500;
		padding-left: 2px;
		padding-right: 2px;
		letter-spacing: 1px
	}
	
}


















.tip {
	padding: 7px 15px 9px 15px;
	font-size: 1.3rem;
	line-height: 1.3;
	letter-spacing: normal;
	color: #fff;
	background-color: #3d72e8;
	margin: 12px 0 20px 0;
	text-transform: none;
	text-align: center
}

.tip img {
	width: 26px;
	height: 26px;
	margin-bottom: .8em;
	vertical-align: bottom
}

@media screen and (min-width: 601px) {
	
	.tip {
		font-size: 1.5rem
	}
	
}











/* Feedback
-----------------------------------------------------*/
.feedback {
	text-align: center;
	padding: 1rem 1rem 2rem 1rem;
	border: 1px dashed rgba(255,255,255, .3);
	background-color: rgba(255,255,255, .05)
}













/* Other elements
-----------------------------------------------------*/
hr {
	height: 1px;
	background-color: rgba(255,255,255, .25);
	border: none;
	margin: 40px 0
}



















/* Styles
-----------------------------------------------------*/
.italic { font-style: italic }
.drop-cap {
	font-size: 1.75em;
	font-family: 'P22UndergroundCYProHeavy';
	font-weight: bold
}





/* Colours
-----------------------------------------------------*/
.muted { color: #999 }
.error { color: #c00 }

.blue { background-color: #3d72e8 !important }
.yellow { background-color: #fec500 !important }

.red-text { color: red !important }




/* Align
-----------------------------------------------------*/
.align-left { text-align: left }
.align-center { text-align: center }
.align-right { text-align: right }
.float-left { float: left }
.float-right { float: right }




/* Helpers
-----------------------------------------------------*/
.opacity-5 { opacity: .5 }
.no-transform { text-transform: none }















/* Display
-----------------------------------------------------*/
.hide { display: none !important }
@media only screen and (max-width:600px) {
	.hide-on-sm { display: none !important }
}
@media only screen and (min-width:601px) and (max-width:992px) {
	.hide-on-md { display: none !important }
}
@media only screen and (min-width:993px) and (max-width:1111px) {
	.hide-on-lg { display: none !important }
}
@media only screen and (min-width:1112px) {
	.hide-on-xl { display: none !important }
}