#cookie-bar {background: #D0D0D0; color:black; font-weight: bold; text-align:center; padding:5px 0; z-index: 9999;}
#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:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 5px; margin-left:8px;}

#cookie-bar .cb {background:#52ad30; padding: 5px; font-weight: normal;}
#cookie-bar .cb:hover {background:#52a030;}

#cookie-bar .cbr {background:#c50c0a; padding: 5px; font-weight: normal;}
#cookie-bar .cbr:hover {background:#A50c0a;}

#cookie-bar .privacy {
	margin: 0;
	color: #c50c0a;
	text-decoration: underline;
}
#cookie-bar .privacy:hover {
	color: #A50c0a;
}

