
#cookie_warning{
width: 100%;
background: rgba(0, 0, 0, 0.75);
border-top: 1px solid #333;
color: #FFF;
position: fixed;
bottom: 0;
text-align: center;
padding: 2px;
z-index: 999999;
}
#cookie_warning a{
color: #FFF;
text-decoration: underline;
cursor: pointer;
}
#cookie_warning_close{
border: 1px solid #999;
color: #FFF;
text-decoration: none;
padding: 2px;
margin-left: 4px;
font-weight: bold;
cursor: pointer;
}
