#gritter-notice-wrapper .gritter-item-wrapper.gritter-danger * {
    background-color: #990000 !important;
    color: #f5f5f5;
}
#gritter-notice-wrapper .gritter-item-wrapper.gritter-info * {
    background-color: #002856 !important;
    color: #f5f5f5;
}
.gritter-close {
    border-left: 1px solid #f5f5f5;
}
.gritter-close::before {
    color: #f5f5f5;
}
.floating-notification {
    display: none;
}