.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;
}

body.color .interstitial-wrapper {
    padding-top: 5px;
}

body.color .game__help {
    top: 0;
    bottom: -25px;
}

body.color .game__inner {
    margin-top: 0;
    height: 180px;
}

