
#cce-banner{
position:fixed;
bottom:0;
left:0;
right:0;
background:#111;
color:#fff;
padding:20px;
z-index:9999;
}

#cce-banner a{
color:#fff;
text-decoration:underline;
margin-left:5px;
}

#cce-modal{
position:fixed;
inset:0;
background:rgba(0,0,0,.6);
display:none;
z-index:10000;
}

#cce-modal .inner{
background:#fff;
max-width:500px;
margin:10% auto;
padding:20px;
}
