#cookie-popup {
	font-size: 23px;
	background-color: rgba(190,190,190,1);
	text-align: center;
	color: #000;

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8;
	line-height: 20px;
}

#cookie-popup.hidden {
	display: none;
}