#CookielawBanner {
    background: rgba(46, 20, 17, 0.8);
    padding: 15px 0;
    width: 100%;
    height: 53px;
    display: block;
    position: fixed;
    bottom: 0;
    color: white;
}

#CookielawBanner .btn-primary {
    margin-top: -7px;
}

#CookielawBanner #CookielawCross {
    background: url('../img/close.png') no-repeat 0 0;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
}
