body { padding: 0; margin: 0 }

#unity-canvas { background: #000000 }

#unity-loading-bar { position: absolute; left: 10%; width: 80%; top: 50%; display: none; text-align: center;}

#unity-progress-bar-empty {width: 40%; height: 18px; border-width: 2px;
	border-style: solid;
	border-color: #ffffff;
	border-radius: 40px;
	display: inline-block;
	background-color: #000000;
}

#unity-progress-bar-full {
	position: relative;
	width: 0%;

	height: 100%;
	border-radius: 40px;
	display: block;
	background-color: #ffffff;

	transition: 0.2s ease-in;
}

* {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

*
{
	overflow: hidden;
}

#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

  
  