#cookie-bar {
	background: #DC1E39;
	bottom: 0;
	color:#fff;
	left: 0;
	min-height: 3.2em;
	padding: 1.5em 1em 2em;
	position: fixed;
	text-align:center;
	width: 100%;
}
#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	.cb-msg {
  display: block;
  margin-bottom: 0.6em;
	font-size: 16px;
	line-height: 1.6em;
}
#cookie-bar a {
	display:inline-block;
	border-radius:3px;
	text-decoration:none;
	background: #fff;
	color:#0F4E25;
	margin:0 0 0 10px;
	font-weight:bold;
	font-size: 16px;
	padding: 0.5em .5em .4em;
}
#cookie-bar .cb-enable {
	margin-left: 15px;
	color: #009900;
}
#cookie-bar .cb-enable:hover {
	background:#009900;
	color: #fff;
}
#cookie-bar .cb-disable {
	margin-left: 12px;
	color: #bb0000;
	background-color: #fff;
}
#cookie-bar .cb-disable:hover {
	background:#bb0000;
	color: #fff;
}
#cookie-bar .cb-policy {						background:#0033bb; }
#cookie-bar .cb-policy:hover {	background:#0055dd; }