.fs-cookie-box {
	width:100%;
	color: gray;
	background: rgba(0,0,0,0.5);
	color:  black;
	position: fixed;
	bottom: 0;
	z-index: 100;
}

.fs-cookie-box {
	color: white;
}

.fs-cookie-box-container {
	padding-top: 10px; 
	padding-left:15px;
}

.fs-cookie-main {
	display: flex; 
	align-items: center;
}

.fs-cookie-banner {
	width: 898px;
}

.fs-cookie-banner > p {
	margin: 0;
	font-weight: lighter;
}

.fs-cookie-banner > p > a {
	text-decoration: underline;
	font-size: 15px;
	color: white;
}

.fs-cookie-ok {
	width: 60px; 
	height: 40px; 
	background: white;
	display: flex; 
	align-items: center; 
	justify-content: center; 
	color:  #0D4767;
	cursor: pointer;
}

@media (max-width: 991px) {
	.fs-cookie-banner {
		width: auto;
	}

	.fs-cookie-main {
		flex-direction: column;
	}
	.fs-cookie-ok {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
