  #wpfront-notification-bar, #wpfront-notification-bar-editor            {
            background: #f7f0be;
            background: -moz-linear-gradient(top, #f7f0be 0%, #f7f0be 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f0be), color-stop(100%,#f7f0be));
            background: -webkit-linear-gradient(top, #f7f0be 0%,#f7f0be 100%);
            background: -o-linear-gradient(top, #f7f0be 0%,#f7f0be 100%);
            background: -ms-linear-gradient(top, #f7f0be 0%,#f7f0be 100%);
            background: linear-gradient(to bottom, #f7f0be 0%, #f7f0be 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f0be', endColorstr='#f7f0be',GradientType=0 );
            background-repeat: no-repeat;
                        }
            #wpfront-notification-bar div.wpfront-message, #wpfront-notification-bar-editor.wpfront-message            {
            color: #27273f;
                        }
            #wpfront-notification-bar a.wpfront-button, #wpfront-notification-bar-editor a.wpfront-button            {
            background: #27273f;
            background: -moz-linear-gradient(top, #27273f 0%, #27273f 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#27273f), color-stop(100%,#27273f));
            background: -webkit-linear-gradient(top, #27273f 0%,#27273f 100%);
            background: -o-linear-gradient(top, #27273f 0%,#27273f 100%);
            background: -ms-linear-gradient(top, #27273f 0%,#27273f 100%);
            background: linear-gradient(to bottom, #27273f 0%, #27273f 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27273f', endColorstr='#27273f',GradientType=0 );

            background-repeat: no-repeat;
            color: #ffffff;
            }
            #wpfront-notification-bar-open-button            {
            background-color: #27273f;
            right: 10px;
                        }
            #wpfront-notification-bar-open-button.top                {
                background-image: url(https://www.povertylaw.org/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png);
                }

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://www.povertylaw.org/wp-content/plugins/wpfront-notification-bar/images/arrow_up.png);
                }
                #wpfront-notification-bar-table, .wpfront-notification-bar tbody, .wpfront-notification-bar tr            {
                        }
            #wpfront-notification-bar div.wpfront-close            {
            border: 1px solid #fbb400;
            background-color: #fbb400;
            color: #fbb400;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #fbb400;
            background-color: #fbb400;
            }
             #wpfront-notification-bar-spacer { display:block; }#wpfront-notification-bar p{ font-size:24px; font-family:'Doctrine-Bold'; } #wpfront-notification-bar a { font-size:22px; font-family:'Doctrine-Bold'; padding: 10px; }