#agdpr-banner {
	align-items: center;
	background: #fff;
	bottom: 0;
	box-shadow: 0 -5px 10px rgba(0,0,0,0.2);
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: 20px;
	position: fixed;
	right: 0;
	z-index: 999999;
}
#agdpr-banner.hidden {
	display: none;
}
.agdpr-message {
}
.agdpr-actions button {
	background: #000;
	border: none;
	border-radius: 5px;
	color: #fff;
	padding: 5px 15px;
}