#cookie_note {
display: none;
position: fixed;
bottom: 15px;
left: 50%;
max-width: 90%;
transform: translateX(-50%);
padding: 20px;
background-color: #333333;
border-radius: 4px;
box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
opacity: 0.9;
}

#cookie_note p { margin: 0; font: normal normal 12px Arial; color: #FFFFFF; text-align: left; }
.cookie_accept { width:20%; background-color: #663300; color: #FFFFFF; font: normal normal 14px Verdana; height: auto; }
@media (max-width: 575px) { #cookie_note.show { display: block; text-align: left; } }
@media (min-width: 576px) { #cookie_note.show { display: flex; } }