

.cookie-bar-container {
    background: #8d9090;
    height: auto;
    border-bottom: solid 2px #003f6f;
    color: #fff;
}

    .cookie-bar-container .cb-enable {
        background: #fff;
        border: 1px solid #fff;
        min-width: 180px;
        text-align: center;
        font-weight: bold;
        margin-left: 50px;
        margin-left: 8px;
        text-decoration: none;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 3px;
        line-height: 40px;
        display: inline-block;
        color: #5ba6d9;
    }

    .cookie-bar-container span {
        font-weight: bold;
    }

    .cookie-bar-container a.link {
        color: #fff;
        text-decoration: underline;
    }


/*#cookie-bar {
    background: #5ba6d9;
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    padding-top: 10px;
    text-align: left;
    padding: 3px 0;
    min-height: 60px;
    border-bottom: solid 2px #003f6f;
    padding-left: 20px;
}

    #cookie-bar.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

        #cookie-bar.fixed.bottom {
            bottom: 0;
            top: auto;
        }

    #cookie-bar p {
        margin: 0;
        padding: 0;
    }

    #cookie-bar a {
        color: #ffffff;
        display: inline-block;
        border-radius: 3px;
        text-decoration: none;
        padding: 0 6px;
        margin-left: 8px;
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 34px;
        margin-left: 50px;
    }

    #cookie-bar .cb-enable {
        background: #003f6f;
    }

        #cookie-bar .cb-enable:hover {
            background: #003f6f;
        }

    #cookie-bar .cb-disable {
        background: #990000;
    }

        #cookie-bar .cb-disable:hover {
            background: #bb0000;
        }

    #cookie-bar .cb-policy {
        background: #0033bb;
    }

        #cookie-bar .cb-policy:hover {
            background: #0055dd;
        }
*/