html {
  overflow: hidden;
  margin-left: -15px;
}

body {
  width: 854px;
}

.content {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  margin: 0;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
}

.content.preloader {
  background: url("../../../images/loading.gif") no-repeat 50% 50%;
}

.content svg {
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

#AppiOSPreloader svg {
  position: relative;
}

.shutter {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  opacity: 0;
  width: 854px;
  height: 360px;
}

.content > .app-hint-text {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0;
  padding: 3px 0 3px 16px;
  width: calc( 100% - 3px );
  font-family: Arial;
  font-size: 14px;
  background: #fff;
  z-index: 1000;
}

.content .button-continue {
  background: #4f4f4f;
  margin: 0;
  padding: 5px 30px;
  border: 0;
  position: absolute;
  bottom: 25px;
  right: 25px;
  border-radius: 5px;
  box-shadow: -2px 2px 2px 0 #000000;
  cursor: pointer;
  outline: none;
}
.content .button-continue:before {
  content: 'CONTINUE';
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}
.content .button-continue:hover {
  background: #747474;
  z-index: 5;
}
