.notification-bar {
    line-height: 35px;
    width: 100%;
    z-index: 999;
    text-align: center;
    display:block;
}

.notification-bar .content {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    padding-top: 5px;
    min-height: 35px;
}

.sticky-bar {
        position: fixed;
}


@media only screen and (max-width: 768px) {
    .notification-bar .content {
        word-break: break-word;
        font-size: 12px;
        padding-bottom: 10px;
    }
}
