

#cookie-bar                     { background:#324A00; background:rgba(0,64,0,0.8); height:auto; z-index:100; font-size:11px; line-height:18px; color:white; text-align:center; padding:10px 0; border-top:0px solid gray; }
#cookie-bar.fixed               { position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom        { bottom:0; top:auto; }

#cookie-bar p                   { margin:0; padding:0; }
#cookie-bar a                   { color:white; display:inline-block; border-radius:3px; font-size:12px; text-decoration:none; padding:0 3px; margin-left:4px;}

#cookie-bar .cb-enable          { background:white; color:#324A00; }
#cookie-bar .cb-enable:hover    { background:orange; color:black; }

#cookie-bar .cb-disable         { background:#324A00;  color:white; }
#cookie-bar .cb-disable:hover   { background:white; color:black; }

#cookie-bar .cb-policy          { /* background:#324A00; */ color:white; }
#cookie-bar .cb-policy:hover    { background:white; color:black; }


@media print { 

	#cookie-bar   { display:none; }

}
