html, body {margin: 0; padding: 0; width: 100%; height: 100%;}

.webgl-content * {border: 0; margin: 0; padding: 0}
.webgl-content {position: absolute; width: 100%; height: calc(100% - 25px);}

.webgl-content #gameContainer .logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.webgl-content #gameContainer .logo {background: url('progressLogo.Light.png') no-repeat top / contain; width: 312px; height: 88px; padding-bottom: 90px;}
.webgl-content #gameContainer .progress {height: 18px; width: 141px; margin-top: 30px;}
.webgl-content #gameContainer .progress .empty {background: url('progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
.webgl-content #gameContainer .progress .full {background: url('progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}

.webgl-content #gameContainer .logo.Dark {background-image: url('progressLogo.Dark.png');}
.webgl-content #gameContainer .progress.Dark .empty {background-image: url('progressEmpty.Dark.png');}
.webgl-content #gameContainer .progress.Dark .full {background-image: url('progressFull.Dark.png');}

.webgl-content #gameContainer .logo-link {position: absolute; left: 50%; top: 50%; margin-top: 150px; width: 728px; height: 90px; transform: translate(-50%, -50%);}
/*.webgl-content #gameContainer canvas {width: 100%; height: 100%}*/

/*.webgl-content .footer {margin-top: 5px; height: 38px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px;} 
.webgl-content .footer .webgl-logo, .title, .fullscreen {height: 100%; display: inline-block; background: transparent center no-repeat;} 
.webgl-content .footer .webgl-logo {background-image: url('webgl-logo.png'); width: 204px; float: left;}
.webgl-content .footer .title {margin-right: 10px; float: right;}
.webgl-content .footer .fullscreen {background-image: url('fullscreen.png'); width: 38px; float: right;}*/



.template-footer { width: 100%; height: 25px; position: absolute; bottom: 0; background: linear-gradient(#dde6f1 0%, #cddae8 100%); background-color: #dde6f1; }
.template-footer .title { width: 33%; height: 25px; line-height: 25px; float: left; color: #7d8d9c; font-weight: bold; text-align: left; font-size: 13px; position: relative; z-index: 10; overflow: hidden; }
.template-footer .title span:first-child { margin: 0 10px 0 10px; }
.template-footer .title span { margin: 0 10px 0 0; float: left; }
.template-footer .title span a { color: #7d8d9c; }
.template-footer .title span img { height: 25px; }
.template-footer .logo { width: 33%; height: 25px; float: left; position: relative; z-index: 10; text-align: center; }
.template-footer .logo img { height: 25px; vertical-align: bottom; }
.template-footer .more { width: 33%; height: 100%; float: right; position: relative; z-index: 10; text-align: right; }
.template-footer .more .button { line-height: 25px; }
.template-footer .more .button a { margin: 0 40px 0 0; color: #3860a5; text-decoration: none; background-color: #f2f6fa; padding: 1px 3px; border-radius: 2px; font-size: 14px; line-height: 14px; height: 14px; }
.template-footer .more img { position: absolute; bottom: 0; right: 0; cursor: pointer; }