body { padding: 0; margin: 0; }
#unity-container { position: absolute; }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%); }
#unity-container.unity-mobile { width: 100%; height: 100%; }
#unity-canvas { background-image: url('background.png') no-repeat center, linear-gradient(to right, #6F004D, #6F004D); }
.unity-mobile #unity-canvas { width: 100%; height: 100%; }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none; }
#unity-progress-bar-empty { width: 250px; height: 25px; margin-top: 0px; margin-left: 0px; background: url('bar_empty.png') no-repeat center; }
#unity-progress-bar-full { width: 0%; height: 25px; margin-top: 0px; background: url('bar_full.png') no-repeat center; }
#unity-progress-message { position: absolute; left: 50%; top: 60%; transform: translate(-50%); display: block; font-family: Aclonica, sans-serif; font-size: 18px; color: #FFFFFF; }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none; }
#unity-footer { position: relative; }
.unity-mobile #unity-footer { display: none; }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen_blank.png') no-repeat center; }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: Aclonica, sans-serif; font-size: 18px; }
#unity-logo { width: 0px; height: 0px; background: url('blank.png') no-repeat center; }
#unity-webgl-logo { float:left; width: 0px; height: 0px; background: url('blank.png') no-repeat center; }
