.cookieNotice {
	position: relative;
	background-color: black;
	font-size: 16px;
	padding: 10px;
	width: 90%;
	height: auto;
	color: white;
	border: 2px solid #FF0000;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	z-index: 1000;
}

.cookieNotice .cookieContent .cookieButton {
	background-color: rgba(255, 0, 0, 0.5);
	color: white;
	width: 90%;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}

.cookieErrorMessage {
	color: #FF0000;
	font-weight: bold;
	border: 2px solid #FF0000;
	padding: 5px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}