#cookie-alert-container {
	text-align:center;
	background:#ffebcc;
	color:#856d47;
	border-bottom: 1px solid #dbcfbd;
	margin:0;
	padding:10px;
	top:0;
	position:fixed;
	width:100%;
	z-index:99;
	display:none;
}

#cookie-alert-container a#accept-cookies {
	font-weight:600;
	cursor:pointer;
	margin-left:12px;
	padding:.25em .5em;
	background:#fff7eb;
	text-decoration:none;
	border:1px solid #cfbfa5;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	display:inline-block;
}
#cookie-alert-container a#accept-cookies:hover {
	background:#fffdfa;
}

#cookie-alert-container a {
	font-weight:600;
	color:#856d47;
	border-bottom:1px solid #c1ac8b;
	text-decoration: none;
}