#cookie-bar {
    position: fixed;
    left: 0px;
    right: 0px;
    height: auto;
    min-height: 21px;
    z-index: 2147483647;
    background: rgb(100, 88, 98);
    color: rgb(255, 255, 255);
    line-height: 21px;
    padding: 8px 18px;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    text-align: left;
    bottom: 0px;
    opacity: 1;
}
#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 6px;
	margin-left:8px;
}
#cookie-bar .cb-disable {
	background:#990000;
}
#cookie-bar .cb-disable:hover {
	background:#bb0000;
}
#cookie-bar .cb-enable {
    background: -webkit-gradient(linear, left top, right top, from(#b9b001), to(#c9bf06));
    background: linear-gradient(90deg, #b9b001 0%, #c9bf06 100%);
    background: linear-gradient(90deg, #b9b001 0%, #c9bf06 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b001', endColorstr='#c9bf06', GradientType=1);
}

#cookie-bar .cb-enable:hover {
    opacity: 1;
    color: #fff;
}
a.policy-btn {
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-decoration: underline !important;
}