#cookieBanner {
display: none;
float: left;
height: 80px;
clear: none;
width: 100%;
background-color: rgb(2, 21, 30);
opacity: 0.88;
position: fixed;
top: 0px;
left: 0%;
z-index: 111111 !important;
padding-top: 25px;
}

 #cookieBanner p {
    float: none;
    font-size: 16px;
    width: 960px;
    text-align: center;
    font-weight: normal;
    line-height: 120%;
    margin-left: auto;
    margin-right: auto;
    font-family: georgia;
	color: #9fa6a9;
}
 
#cookieBannerClose {
font-weight: bold;
text-align: center;
padding-top: 10px;
}

#cookieBannerActions {
text-align: center;
padding-top: 4px;
}
