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

            color: #ffffff;
            }
            #wpfront-notification-bar-open-button            {
            background-color: #042C60;
            right: 10px;
                        }
            #wpfront-notification-bar-open-button.top                {
                background-image: url(https://staging-y.konikproducts.com/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png);
                }

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://staging-y.konikproducts.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 #134B8E;
            background-color: #134B8E;
            color: #C7A95F;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #134B8E;
            background-color: #134B8E;
            }
             #wpfront-notification-bar-spacer { display:block; }.wpfront-message { padding: 15px; }