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

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

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://www.nsun.org.uk/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: #7F43D4;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #E6D4FF;
            background-color: #E6D4FF;
            }
             #wpfront-notification-bar-spacer { display:block; }#wpfront-notification-bar div.wpfront-close { top: 15px; right: 15px; font-size: 18px; padding:10px 4px; } #wpfront-notification-bar a.wpfront-button { box-shadow:none; font-size: 18px; font-weight: normal; text-shadow: none; padding: 5px 15px; } #wpfront-notification-bar a.wpfront-button:hover { box-shadow:none; font-size: 18px; font-weight: normal; text-shadow: none; padding: 5px 15px; color:#705792; background:#ebdfeb;} #wpfront-notification-bar div.wpfront-message { font-size: 18px; margin-bottom:0; } #wpfront-notification-bar td { padding: 20px 0px; }