#CookielawBanner{
    z-index:200000;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    height:100px;
    background:rgba(0,0,0,0.9);
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,0.2);
}

#CookielawBanner .text{
    width:90%;
    padding: 20px 40px;
    box-sizing: border-box;
}

#CookielawBanner .text p{
    color:#fff;
    line-height: 20px;
}


#CookielawBanner a.info{
    background:#009aaf;
    color:#fff;
    font-weight: bold;
    text-align:center;
    padding:4px 10px;
    position: absolute;
    top:0;
    right:0;
    height:50px;
    width:100%;
    line-height:50px;
    text-decoration: none;
}

#CookielawBanner a.accept{
    color:#fff;
    font-weight: bold;
    padding:4px 10px;
    position: absolute;
    bottom:0;
    right:0;
    height:50px;
    width:100%;
    background:#222;
    text-align: center;
    line-height:50px;
    text-decoration: none;
}


#CookielawBanner .buttons{
    width:10%;
    height:100%;
    position: absolute;
    right:0;
    top:0;
}


.policy p{
    margin: 10px 0;
    line-height: 20px;
}

.policy h2 {
   font-size: 20px;
    color: #009aaf;
    text-align: left;
}

.policy ul
{
    list-style: circle;
    padding-left: 10px;
    margin: 20px;

}

.policy ul li
{
    padding-left: 10px;
    margin: 10px 0;
    line-height: 20px;
}

.policy{
    padding-top: 40px;
    padding-bottom: 100px;
}