div#ember38 {
    display: none !important;
}

.bs-top-notification .bs-live-label {
    background-color: #000000;
    color: #000000;
    box-shadow: 0 0 0 1px #000000 inset;
    height: 1.33333333em;
    border-radius: 24px;
    padding: 0 8px;
    /* animation: liveLabelAnimation 4s infinite ease-in-out; */
    display: inline-flex
;
    transform: translateY(-1px);
    margin-right: 4px;
}
.nt-content {
    display: none !important;
}
.bs-top-notification {
    height: 52px;
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    transition: top .6s;
    background: #000000 !important;
    color: #fff;
    text-align: center;
}