#cookie-agreement {
	max-width: 600px;
	min-height: 100px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #9B0000;
	line-height: 100px;
	position: fixed;
	bottom: 60px;
	display: none;
	z-index: 10200;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 10px 0;
}
