html,
body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

#unity-canvas {
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: #231F20
}

#unity-loading-bar {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none
}

#photon-logo {
	width: 281px;
	height: 77px;
	margin-bottom: 20px;
	background: url('logo-photon.svg') no-repeat center
}

#unity-progress-bar-empty {
	width: 270px;
	height: 16px;
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	background: url('progress-bar-empty.png') no-repeat center
}

#unity-progress-bar-full {
	width: 0px;
	height: 12px;
	position: absolute;
	margin: 2px;
	background-color: #FFFFFF;
}

#unity-warning {
	position: absolute;
	left: 50%;
	top: 5%;
	transform: translate(-50%);
	background: white;
	padding: 10px;
	display: none
}
