#cookie-bar {background:#111; height:auto; line-height:24px; font-size:14px; color:#EEE; text-align:left; padding:5px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; padding:5px 2%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#FFF; font-weight:normal; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#FFF; color:#000;}
#cookie-bar .cb-enable:hover {background:#999; color:#FFF; font-weight:normal; text-decoration:none;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:none; padding:0; margin:0; font-weight:bold;}
#cookie-bar .cb-policy:hover {background:none; color:#CCC; font-weight:bold; text-decoration:none;}

@media only screen and (max-width: 768px) {
	#cookie-bar {line-height:20px; font-size:12px;}
}