body {
	margin: 0;
	padding: 0;
	/*background-color: rgb(71, 44, 154);*/
	background-color: transparent;
	overflow: hidden;
}

#leaderboard-menu {
	height: 24px;
	width: 24px;
	opacity: 0.8;
}

#leaderboard-menu .dot {
	height: 4px;
	width: 4px;
	background-color: #FFFFFF;
}

#leaderboard-menu .line {
	height: 4px;
	width: 4px;
	background-color: #FFFFFF;
}

#tronix {
	display: none;
	margin: 0 auto;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
	background-image: linear-gradient(#C86DD7, #3023AE);
}

#footer {
	display: block;
	margin: 0 auto;
	width: 320px;
	height: 24px;
	text-align: center;
	background-color: #000;
}

#footer #privacy {
	font-family: "Open Sans";
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	margin-right: 25%;
}

#footer #terms {
	font-family: "Open Sans";
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-align: right;
	margin-left: 25%;
}

#tronix-loadscreen {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	/*left: 50%;
	top: 50%;
	margin-top: -160px;
	margin-left: -160px;*/
	margin: 0 auto;
	background-image: linear-gradient(#C86DD7, #3023AE);
}

#tronix-loadscreen span {
	display: block;
	position: absolute;
	width: 100%;
	/*height: 100%;*/
	font-family: sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: center;
}

#tronix-loadlabel {
	top: 43%;
}

#tronix-progresslabel {
	top: 53%;
}
#tronix-loadprogress {
	display: block;
	position: relative;
	width: 200px;
	/*width: 180px;*/
	height: 8px;
	/*opacity: 0.16;*/
	border-radius: 6px;

	padding: 4px;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -100px;
	background-color: rgba(0,0,0,0.16);
}

#tronix-progressbar {
	width: 0;
	height: 8px;
	outline: #323232 solid thin;
	background-color: #FFFFFF;
	border-radius: 6px;
}
