#wpfront-notification-bar, #wpfront-notification-bar-editor            {
            background: #0F7BF5;
            background: -moz-linear-gradient(top, #0F7BF5 0%, #68AAF4 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0F7BF5), color-stop(100%,#68AAF4));
            background: -webkit-linear-gradient(top, #0F7BF5 0%,#68AAF4 100%);
            background: -o-linear-gradient(top, #0F7BF5 0%,#68AAF4 100%);
            background: -ms-linear-gradient(top, #0F7BF5 0%,#68AAF4 100%);
            background: linear-gradient(to bottom, #0F7BF5 0%, #68AAF4 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0F7BF5', endColorstr='#68AAF4',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: #f7630c;
            background: -moz-linear-gradient(top, #f7630c 0%, #f7630c 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7630c), color-stop(100%,#f7630c));
            background: -webkit-linear-gradient(top, #f7630c 0%,#f7630c 100%);
            background: -o-linear-gradient(top, #f7630c 0%,#f7630c 100%);
            background: -ms-linear-gradient(top, #f7630c 0%,#f7630c 100%);
            background: linear-gradient(to bottom, #f7630c 0%, #f7630c 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7630c', endColorstr='#f7630c',GradientType=0 );

            background-repeat: no-repeat;
            color: #ffffff;
            }
            #wpfront-notification-bar-open-button            {
            background-color: #00b7ea;
            right: 10px;
                        }
            #wpfront-notification-bar-open-button.top                {
                background-image: var(--wpr-bg-c9b94fec-2960-4286-8427-5494b225c265);
                }

                #wpfront-notification-bar-open-button.bottom                {
                background-image: var(--wpr-bg-c0360391-4257-43e8-922e-62c51c354e10);
                }
                #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;
            }
            @media screen and (max-device-width: 540px) { #wpfront-notification-bar-spacer  { display:none; } }@media screen and (max-width: 540px) { #wpfront-notification-bar-spacer { display:none; } }