
        #wpfront-notification-bar
        {
        background: #0808f2;
        background: -moz-linear-gradient(top, #0808f2 0%, #0808f2 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0808f2), color-stop(100%,#0808f2));
        background: -webkit-linear-gradient(top, #0808f2 0%,#0808f2 100%);
        background: -o-linear-gradient(top, #0808f2 0%,#0808f2 100%);
        background: -ms-linear-gradient(top, #0808f2 0%,#0808f2 100%);
        background: linear-gradient(to bottom, #0808f2 0%, #0808f2 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0808f2', endColorstr='#0808f2',GradientType=0 );
        }
                #wpfront-notification-bar div.wpfront-message
        {
        color: #ffffff;
        }

                #wpfront-notification-bar a.wpfront-button
        {
        background: #00b7ea;
        background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3));
        background: -webkit-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
        background: -o-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
        background: -ms-linear-gradient(top, #00b7ea 0%,#009ec3 100%);
        background: linear-gradient(to bottom, #00b7ea 0%, #009ec3 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3',GradientType=0 );

        color: #ffffff;
        }
                #wpfront-notification-bar-open-button
        {
        background-color: #ffffff;
                }
                    #wpfront-notification-bar-open-button.top 
            {
            background-image: url(https://www.menomoneefallslibrary.org/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png);
            }

            #wpfront-notification-bar-open-button.bottom 
            {
            background-image: url(https://www.menomoneefallslibrary.org/wp-content/plugins/wpfront-notification-bar/images/arrow_up.png);
            }
                    #wpfront-notification-bar  div.wpfront-close
        {
        border: 1px solid #ffffff;
        background-color: #ffffff;
        color: #000000;
        }
                #wpfront-notification-bar  div.wpfront-close:hover
        {
        border: 1px solid #aaaaaa;
        background-color: #aaaaaa;
        }
        