#rapidweaver_privacy_message {
    position: fixed;
    bottom: 0;
    background-color: #ffffff!important;
    color: #888888!important;
    width: 100%;
    padding: 0;
    z-index: 5000;
    text-align: center;
    display: block!important;
    justify-content: space-between;
    align-items: center;
    font-size: 1.0em!important;
    line-height: 1.3em;

}