body { padding: 0; margin: 0; background-color: #231f20; color: #959595; }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
#unity-canvas { background: #231f20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#zombie-derby-logo { width: 256px; height: 256px; background: url('zombie-derby-logo.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 10px; margin: 0 auto; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 10px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative; padding-top: 2px;margin: 0 auto; }
.unity-mobile #unity-footer { display: none }
#brinemedia-logo { float:left; width: 183px; height: 37px; background: url('logo-brinemedia.png') no-repeat center }
#fullscreen-text { 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 }

#unity-footer a:link, #unity-footer a:visited, #unity-fullscreen-button { }
#unity-footer a:hover, #unity-footer a:active, #unity-fullscreen-button:hover { opacity: .7; }

.footer_buttons { margin: 0 auto; width: 360px; }
.footer_buttons a { margin-left: 2px; }
