
.announcement-bar {
    color: var(--primary-contrast);
    background: #515151;
    border-color: #515151;
    padding: 4px 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}



.bs-copyright {
    background: #414041;
    color: var(--primary-contrast);
}

.btn-danger {
    opacity: 1 !important;
}

@media screen and (max-width: 992px){
.woot-widget-bubble {
    top: 37rem;
}}