#cookie-consent {
	background-color: rgba(37, 53, 58, 0.7);
	bottom: 0px;
	display: none;
	font-size: 12px;
	line-height: 30px;
	padding: 18px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 100;
}

#cookie-consent p {
	font-weight: bold;
	margin: 0;
}

#cookie-consent,
#cookie-consent a {
	color: #fff;
}

#cookie-consent a.information {
	text-decoration: underline;
	white-space: nowrap;
}

#cookie-consent a,
#cookie-consent a.information:hover {
	text-decoration: none;
}

#cookie-consent a.accept,
#cookie-consent a.deny {
	border: 1px #fff solid;
	color: #fff;
	margin: 0 0 0 4px;
	padding: 3px 6px;
}

#cookie-consent a.accept {
	background-color: rgba(129, 197, 0, 1);
}

#cookie-consent a.deny {
	background-color: rgba(228, 0, 43, 1);
}

