.cookieconsent {
	display: none;
	position: fixed;
	z-index: 9100;
	bottom: 0;
	width: 100%;
	min-height: 30px;
	padding: 6px 20px 4px;
	font-size: 12px;
	color: #dddddd;
	background-color: #464646;
}

.cookieconsent .accept-cookie {
	margin: 0 20px;
	padding: 4px 12px;
	border: none;
	border-radius: 3px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #dddddd;
	background-color: #45AE52;
	cursor: pointer;
}

.cookieconsent .accept-cookie:hover {
	background-color: #65CE72;
}

.cookieconsent a,
.cookieconsent a:active,
.cookieconsent a:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #dddddd;
}

.cookieconsent a:focus,
.cookieconsent a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #dddddd;
}