.status-card-wrapper {
    display: none;
}

.status-level-normal {
    font-weight: normal;
}

.status-level-alert {
    color: #E70924;
    font-weight: bold;
}

.status-level-notice {
    font-weight: bold;
}

.status-icon-right-align {
    float: right;
}

.footer-notice {
    color: #fff;
    text-align: center;
    margin-bottom: 2.25rem;
    font-size: small;
}

.m-btn {
    margin-bottom: 0;
    margin-left: 1rem;
}

.m-global-header__utils__inner {
    top: -3.75rem;
}

.locale-switcher {
    position: relative;
    color: #999
}

.locale-switcher span {
    padding: 2px
}

.locale-switcher-selected {
    border: 1px solid #aaa !important
}

.locale-switcher #switcher {
    border: 1px solid transparent;
    margin-right: 3px
}

.locale-switcher #switcher:hover {
    border: 1px solid #aaa;
    cursor: pointer
}

.switcher-list {
    display: none;
    position: absolute;
    z-index: 10000
}

.switcher-list div:hover {
    background-color: #333;
    color: #fff
}

.switcher-list>div {
    position: relative;
    background: #fff;
    padding: 2px;
    box-shadow: 0 0 4px rgb(0,0,0,0.2);
    color: #000;
    cursor: default;
    white-space: nowrap
}
