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

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

                #wpfront-notification-bar-open-button.bottom                {
                background-image: url(https://allnailandbeauty.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 #C0C0C0;
            background-color: #C0C0C0;
            color: #023A36;
            }
            #wpfront-notification-bar div.wpfront-close:hover            {
            border: 1px solid #000000;
            background-color: #000000;
            }
             #wpfront-notification-bar-spacer { display:block; }.wpfront-notification-bar .texte-defilant { display: inline-block; white-space: nowrap; overflow: hidden; animation: defilement 20s linear infinite; } @keyframes defilement { 0% { transform: translateX(100%); } 100% { transform: translateX(-100%); } }