html,
body {
	background-color: #000;
	background-image: url(media/background/page.png);
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	height: 100%;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ccc;
}

.ztype-stats-action {
	margin-right: 32px;
	font-size: 14px;
}

.ztype-stats-action img {
	vertical-align: middle;
	margin-right: 4px;
}

.ztype-stats-action:hover,
#ztype-stats-close:hover {
	cursor: pointer;
	color: #4dfed2;
}

#ztype-stats-canvas,
#ztype-stats-content {
	width: 100%;
	height: 100%;
}

#ztype-stats {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 0;
	z-index: 1000005;
	background-color: #fff;
	display: none;
	width: 2px;
	transition: width 0.3s ease-in-out;
}

#ztype-stats.expanded {
	transition: width 0.3s ease-in-out;
	width: 98%;
}

#ztype-stats-close {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 48px;
	width: 64px;
	text-align: center;
	height: 64px;
}

#ztype-stats-foot {
	padding: 16px 32px 0 32px;
}

#ztype-game-canvas {
	border: 0;
	z-index: 1000002;
	box-shadow: 0 0 30px #000;
}

.ztype-game {
	height: 100vh;
	display: flex;
	justify-content: space-around;
	align-items: center;
}


#ztype-gsense-close {
	display: none;
}

@media (max-height: 920px) {
	.ztype-game {
		height: auto;
	}

	body.ztype-desktop #ztype-game-canvas {
		max-height: 100vh;
	}
}

@media (max-height: 920px) {
	body.ztype-desktop #ztype-game-canvas {
		max-height: 100vh;
	}
}

.ztype-mobile .ztype-game {
	justify-content: flex-start;
	align-items: flex-start;
}

.ztype-modal-container {
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000006;
}

.ztype-modal-close {
	color: #4dfed2;
	z-index: 1000008;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 48px;
	text-align: center;
	cursor: pointer;
	padding: 0px 16px;
}

.ztype-modal-close:hover {
	color: #000;
}

.ztype-modal {
	position: absolute;
	z-index: 1000007;
	top: 48px;
	left: 0;
	right: 0;
	height: 640px;
	max-height: calc(100% - 96px);
	max-width: 960px;
	overflow-y: auto;
	margin: auto;
	width: 90%;
	background: #fff;
	box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.ztype-modal-frame {
	width: 100%;
	height: 100%;
}

@media (max-height: 1000px) {
	.nfn {
		display: none;
	}
}

.nfn img {
	margin-top: 32px;
	display: block;
	width: 480px;
	height: 120px;
}

.nfn:hover {
	opacity: 0.9;
}