.connectionCheckingContainer {
    position: fixed;
    z-index: 100;
    bottom: 0px;
    width: calc( 100% - 90px);
    left: 90px;
    padding: 10px;
    padding-right: 0;
    height: 36px;
    background: #EC4A43;
    z-index: 999;
}

    .connectionCheckingContainer.isSlow, .connectionCheckingContainer.needRefresh {
        background: #FF7C10;
    }

    .connectionCheckingContainer .message {
        position: relative;
        text-align: center;
        font-family: GlowSemibold;
        font-style: normal;
        font-size: 14px;
        color: #ffffff;
    }

        .connectionCheckingContainer .message.hidden {
            display: none;
        }

    .connectionCheckingContainer .message .reloadButton {
        text-decoration: underline;
        cursor: pointer;
    }

        .connectionCheckingContainer .message img {
            vertical-align: top;
            margin-right: 6px;
        }

            .connectionCheckingContainer .message img:last-child {
                position: absolute;
                right: 0;
                margin-top: 2px;
                cursor: pointer;
            }