
#eucookielaw {
display:none;
bottom: 0;
position: fixed;
z-index:100!important;
background-color: #eee;
color:#111;
height: 120px!important;
min-height: 120px!important;
width: 100%;
line-height:1.4em;
}
#allalert {
font-size:1em;
padding:16px 10px 15px 20px;
}
@media only screen and (max-width: 768px) {
#allalert
{
font-size:1em;
padding:16px 10px 15px 18px;
line-height:1.3em;
}

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