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

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

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://polychaeta.net/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 #aaaaaa;
            background-color: #aaaaaa;
            color: #000000;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #aaaaaa;
            background-color: #aaaaaa;
            }
             #wpfront-notification-bar-spacer { display:block; }.ntscrolling{ overflow:hidden; white-space:nowrap; width:100%; } .ntscrolling span{ display:inline-block; white-space:nowrap; will-change:transform; animation:scrolling 30s linear infinite; } .ntscrolling:hover span{ animation-play-state:paused; } @keyframes scrolling{ from{ transform:translateX(100%); } to{ transform:translateX(-100%); } }