#cookie_consent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: fixed; 
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	display: none;
	margin: 0;
	padding: 12px;
	background: #212529;
	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: 14px;
	cursor: pointer;
	margin: 0;
	padding: 8px 10px;
	color: #212529;
	background: #fff;
	border: none;
	border-radius: 3px;
	height: auto;
	text-transform: none;
}

#cookie_consent button:hover
{
	background: #ddd;
}