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

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

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://trabocca.staging.acato.nl/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 #ff7a59;
            background-color: #ff7a59;
            color: #ffffff;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #ff7a59;
            background-color: #ff7a59;
            }
             #wpfront-notification-bar-spacer { display:block; }