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

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

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://katedmonson.com/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 #ffffff;
            background-color: #ffffff;
            color: #808080;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #e0e0e0;
            background-color: #e0e0e0;
            }
            @media screen and (max-device-width: 640px) { #wpfront-notification-bar-spacer  { display:none; } }.wpfront-message, .wpfront-button { font-size: 23px !important; font-weight: 200 !important; margin-top: 3px; } .wpfront-button { text-transform: uppercase !important; } #wpfront-notification-bar { height: 40px; }