@charset "utf-8";
*{
	user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
body {
	background: black;
	/*position: fixed;
	width: 100%;
	height: 100%;*/
	padding: 0;
	margin: 0;
	font-size:0;
}
h1{
	font-size:36px;
}
h2{
	font-size:32px;
}
h3{
	font-size:18px;
}
h4,p{
	font-size:16px;
}
h5{
	font-size:13px;
}
h6{
	font-size:11px;
}
a,button{
	outline:none;
}
input{
	text-align:right;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	margin: 0;
}
#fg {
	background: white;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	z-index: 1;
}
#textLoading {
	color: #26875B;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 16px;
	font-weight: 900;
}
/* CSS Document */