#cookie_consent
{
	font-size: 14px;
	position: fixed; 
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	display: none;
	margin: 0;
	padding: 12px;
	background: rgba(15, 41, 56, 0.9);
	color: #fff;
	text-align: center;
}

#cookie_consent a 
{
	color: #fff;
	text-decoration: underline;
}

#cookie_consent a:hover
{
	text-decoration: none;
}

#cookie_consent button
{
	font-size: 16px;
	cursor: pointer;
	margin-left: 0.75rem;
	margin-right: 0.75rem;
	padding: 8px 10px;
	background: #F9C784;
	color: #264B69;
	border: none;
	border-radius: 0px;
	height: auto;
	text-transform: none;
}

#cookie_consent button:hover {
    background: #EAB86C;
    color: #264B69;
}
