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

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

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://fflib.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 #555555;
            background-color: #555555;
            color: #000000;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #aaaaaa;
            background-color: #aaaaaa;
            }
             #wpfront-notification-bar-spacer { display:block; }.banner-title{ font-size: 20px; } .banner-body{ font-size: 17px; margin-bottom: 25px; padding-right: 10px; padding-left: 10px; padding-bottom: 10px; } #banner-button{ border-radius: 25px; padding: 10px 20px; font-weight: 700; } #banner-button:hover{ background-color: #3A833E; } #wpfront-notification-bar td{ line-height: 30px; padding-bottom: 10px; } .wpfront-message.wpfront-div{ max-width: 1250px; }