#cookie_message_container {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 5px 20px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	background: #3F3F3F;
	color: white;
}

#cookie_message_container a {
	border-bottom: 1px solid #F4CA20;
	transition: .3s;
}

#cookie_message_container a:hover {
	color: #F4CA20;
}

#cookie_accept_button {
	display: inline-block;
	padding: 2px 10px;
	margin-left: 10px;
	border-radius: 5px;
	font-weight: 700;
	color: black;
	background: #F4CA20;
	cursor: pointer;
	transition: .3s;
}

#cookie_accept_button:hover {
	background: white;
}

#cookie_privacy_policy {
	margin: 0;
	padding: 20px;
	font-family: sans-serif;
	font-size: 18px;
	line-height: 1.5em;
}