
a.gdpr_agree, a.gdpr_agree:visited, a.gdpr_agree:hover {
	color: black;
	text-decoration: underline;
}

.gdpr_ip {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: black;
	background-color: white;
	padding: 5px;
	z-index: 2000;
	display: none;
	text-align: center;
	border-top: black solid 1px;

}
.gdpr_ip .button {
	margin-left: 5px;
	margin-right: 5px;
}

