
#cookie-disclaimer {
	display: none;
}

#cookie-disclaimer-content {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	border-radius: 0;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 33000;
}

#cookie-disclaimer-content .close {
	color: white;
	margin-right:3px; /* Prevent non clickable cross when using IE11 */
}
