.cookiebar_outercontainer {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}
.cookiebar_innercontainer {
	background-color: #767676;
	padding: 8px 0 0 0;
	width: 100%;
}
.cookiebar {
	color: #ffffff;
	max-width: 990px;
	padding-left: 10px; 
	padding-right: 10px; 
	font-family: "Gotham Narrow Book";
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
}
.cookiebartext {
    float: left;
    color: #fff;
    padding-top: 4px;
}
.cookiebar_button {
	background-color: black;
	color: white;
	float: right;
	font-family: "Gotham Narrow Book";
	font-size: 12px;
	width: 80px;
	border: none;
	padding: 4px 0;
	margin-bottom: 10px;
}
.cookiebar_button a {
	color: #ffffff;
}
.cookiebarspacer {
	display: none;
}