.nano-wp-notice-bar {
    position: fixed;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
    z-index: 9999;
    display: none;
}

.nano-wp-notice-bar-top {
    top: 0;
}

.nano-wp-notice-bar-bottom {
    bottom: 0;
}

.nano-wp-notice-bar-close {
    margin-left: 15px;
    cursor: pointer;
}

.nano-wp-notice-bar {
    display: block !important;
}
