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

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

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://arkadincinema.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 #555555;
            background-color: #555555;
            color: #9ca89c;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #aaaaaa;
            background-color: #aaaaaa;
            }
             #wpfront-notification-bar-spacer { display:block; }