body { padding: 0; margin: 0; font-family: 'Montserrat', serif; font-size: 14px; background-color: #003274; }
#progress { width: 100%; height: 18px; margin-top: 10px; color:#003274}
.itswork { display: none; position:absolute; width: calc(100% - 150px); left: 75px; height: calc(100% - 80px); top:10px; }
.fullscreen { position: absolute; right: 0; width: 50px; height: 50px; background-image: url('./fullscreen.png'); background-size: cover; cursor: pointer; }
.canvas-container { position: absolute; top: 60px; bottom: 0; left: 0; right: 0; background-color: orange; border-radius: 5px;overflow: hidden; }
.loader { background: url('./load.gif') no-repeat center; position: absolute; width: 100%; height: 100%; color:#003274; }
#leseine-canvas { background: #EDEDED; }
.chromeFirefox { position:absolute; width: calc(100% - 100px); left: 50px; height: 435px; top:50%; margin-top:-217px; color: white; }
a {text-decoration: none; color:#8AA6D2}
a:hover {color:#EDEDED}
.topMenu { position: absolute; top: 0; width: 100%; height: 60px; }
.topMenuChrome { width: 100%; height: 60px; }.update { display:none;position:absolute; width: calc(100% - 100px); left: 50px; height: 475px; top:50%; margin-top:-237px; color: white; }
.iOS-Android { display:none;position:absolute; width: calc(100% - 100px); left: 50px; height: 455px; top:50%; margin-top:-227px; color: white; }