#cookie-bar {
    border-top: 4px solid #fff;
    background: #E4342B;
    height: auto;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 3px 0;
}

    #cookie-bar.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }

        #cookie-bar.fixed.bottom {
            bottom: 0;
            top: auto;
        }

    #cookie-bar p {
        margin: 0;
        padding: 0;
    }

    #cookie-bar .cb-enable {
        background-color: #fff;
        color: #E4342B;
        font-weight: bold;
        display: inline-block;
        border-radius: 3px;
        text-decoration: none;
        padding: 0 6px;
        margin-left: 8px;
    }

    #cookie-bar .cb-enable:hover {
        background-color: #000;
        color: #fff;
    }

     #cookie-bar .cb-policy {
        color: #000;
        font-weight: bold;
    }

    #cookie-bar .cb-policy:hover {
        color: #fff;
    }
