
#CookielawBanner {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    width: 100%;
    text-align: center;
    min-height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 99999;
}

.container a.ok {
    padding: 4px;
    color: #fc7700;
    text-decoration: none;
}

#CookielawBanner .container {
    width: 100%;
    position: relative;
    padding-left: 5px;
    font-family: verdana;
    font-size: 12px;
    top: 30%;
}

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