* {margin:0; padding:0; outline:0; border:0;}

#cookie-bar {
	background-color: #e8e4d9;
	height: auto;
	min-height: 24px;
	line-height: 34px;
	color: #64606b;
	text-align: center;
	padding: 6px 0 5px;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #64606b;
	z-index:10000;
}

@media screen and (min-width: 1537px) {
  #cookie-bar {
	background-color: #e8e4d9;
	height: auto;
	min-height: 24px;
	line-height: 34px;
	color: #64606b;
	text-align: center;
  	padding: 6px 0 5px;
  	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #64606b;
	z-index:10000;
  }
}

#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-top: 0px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 0px;
}
#cookie-bar a {
color:#64606b;
display:inline-block;
border-radius:3px;
text-decoration:none;
padding: 1px 10px 0;
margin-left:25px;
margin-top: 0px;
line-height: 24px;

}
#cookie-bar .cb-enable {
	background-color:transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #64606b;
}
#cookie-bar .cb-enable:hover {background-color:#64606b;color: #fff4f4;}
#cookie-bar .cb-disable {
	background:transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #64606b;
}
#cookie-bar .cb-disable:hover {background:#64606b;color: #fff4f4;}
#cookie-bar .cb-policy {
	background-color:transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #64606b;	
}
#cookie-bar .cb-policy:hover {background-color:#64606b;color: #fff4f4;}