#CookielawBanner {
    background: #fff;
    padding: 15px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9960800;
    background-color: white;
}

#CookielawBanner .container {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    padding-bottom: 25px;
    color: black;
    padding-left: 50px;
    padding-right: 50px;

}

#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;
}