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

                #wpfront-notification-bar a.wpfront-button
        {
        background: #071b35;
        background: -moz-linear-gradient(top, #071b35 0%, #071b35 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#071b35), color-stop(100%,#071b35));
        background: -webkit-linear-gradient(top, #071b35 0%,#071b35 100%);
        background: -o-linear-gradient(top, #071b35 0%,#071b35 100%);
        background: -ms-linear-gradient(top, #071b35 0%,#071b35 100%);
        background: linear-gradient(to bottom, #071b35 0%, #071b35 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#071b35', endColorstr='#071b35',GradientType=0 );

        color: #ffffff;
        }
                #wpfront-notification-bar-open-button
        {
        background-color: #00b7ea;
                }
                    #wpfront-notification-bar-open-button.top 
            {
            background-image: url(https://www.evropskydobrovolnik.cz/wp-content/plugins/wpfront-notification-bar/images/arrow_down.png);
            }

            #wpfront-notification-bar-open-button.bottom 
            {
            background-image: url(https://www.evropskydobrovolnik.cz/wp-content/plugins/wpfront-notification-bar/images/arrow_up.png);
            }
                    #wpfront-notification-bar  div.wpfront-close
        {
        border: 1px solid #555555;
        background-color: #555555;
        color: #000000;
        }
                #wpfront-notification-bar  div.wpfront-close:hover
        {
        border: 1px solid #aaaaaa;
        background-color: #aaaaaa;
        }
        .wpfront-button 
{
border-style: solid;
border-width: thin;
    margin-left: 15px;
}