.icon {
    -webkit-user-select: none;
    display: inline-block;
}
.icon-offline {
    content: -webkit-image-set(
        url(/static/images/default/default_100_percent/100-error-offline.png) 1x,
        url(/static/images/default/default_200_percent/200-error-offline.png) 2x
    );
    position: relative;
}
.hidden {
    display: none;
}
.offline .interstitial-wrapper {
    position: relative;
    color: #2b2b2b;
    font-size: 1em;
    line-height: 1.55;
    margin: 0 auto 100px;
    max-width: 600px;
    width: 100%;
}
.offline .runner-container {
    height: 150px;
    max-width: 600px;
    overflow: hidden;
    position: relative;
    /* width: 44px; */
}
.offline .runner-canvas {
    height: 150px;
    max-width: 600px;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 2;
}
.offline .controller {
    /* background: rgba(247, 247, 247, 0.1); */
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
#offline-resources {
    display: none;
}

.asph {
    height: 20px;
    background: #535353;
    display: block;
    max-width: 600px;
    width: 100%;
    margin: -120px auto 100px;
    border-radius: 0 0 5px 5px;
}
.asph div {
    border-bottom: dashed 2px #e3deb3;
    height: 5px;
}
body.godzilla {
    color: #969696;
    background: #2f2f2f;
}
body.godzilla .interstitial-wrapper {
    background: #222;
    padding-top: 5px;
}

body.godzilla .game__help {
    top: 0;
    bottom: -25px;
}

body.godzilla .game__start {
    background-color: #000;
}

body.godzilla .game__inner {
    margin-top: 0;
    height: 180px;
    background: #222;
}

body.godzilla .more-games {
    background: transparent;
}

body.godzilla a {
    color: #fff;
}

body.godzilla .header {
    background: #222;
}

body.godzilla .langs__link {
    color: #333;
}

body.godzilla .themes-list__link {
    color: #969696;
}

body.godzilla .footer {
    background: #222;
    color: #969696;
}

body.godzilla .user-panel__menu-item-link {
    color: #1e2423;
}

body.godzilla .help__tap {
    background-color: #222222;
    color: #fff;
    border-color: #545454;
}
