#cookie-bar {
    background: #f3f3f3;
    border: 1px solid #EEE;
    color: #333;
    text-align: center;
    padding: 10px 5px;
    font-size: 12px;
    font-family:Arial;
}

    #cookie-bar span {
        line-height: 24px;
    }

        /*#cookie-bar span a {
            font-style: italic;
        }*/

    #cookie-bar.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

     #cookie-bar .cb-policy{
         display:inline-block;
     }


    #cookie-bar .btn {
        background: #3498db;
        background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
        background-image: -moz-linear-gradient(top, #3498db, #2980b9);
        background-image: -ms-linear-gradient(top, #3498db, #2980b9);
        background-image: -o-linear-gradient(top, #3498db, #2980b9);
        background-image: linear-gradient(to bottom, #3498db, #2980b9);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #ffffff;
        font-family: Arial;
        padding: 5px 10px 5px 10px;
        text-decoration: none;
        display: inline-block;
        margin-left: 15px;
    }

        #cookie-bar .btn:hover {
            background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
            background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
            background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
            background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
            background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
            text-decoration: none;
        }
