
#eucookielaw {
display:none;
bottom: 0;
position: fixed;
z-index:100!important;
background-color: #e0e0e0;
color:#111;
height: 211px!important;
min-height: 211px!important;
width: 100%;
}
#allalert {
font-size:15px;
padding:23px 10px 15px 20px;
}
@media only screen and (max-width: 768px) {
#allalert
{
font-size:17px;
padding:23px 20px 15px 45px;
}

span#longtextalert {
display:none;
}
}
#buttonsalert {
float:right;margin:6px 0 0 20px;
min-width:20%;text-align:right
}