.cookie_request {
	height: auto;
	padding: 1em 0em;
	width: 100%;
	text-align: left;
	position: fixed;
	top: 0px;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	font-size: 14pt;
}

.main.cookie_request_placeholder {
	margin-bottom: 8px;
}

.cookie_content {
	background-color: black;
	color: white;
}

.cookie_content .cookie_request_text a {
	color: white !important;
}

.cookie_content_area {
	display: flex;
	width: 100%;
	max-width: 1032px;
	margin: auto;
	padding: 0 20px;
}

.center .cookie_content_area {
	display: flex;
	max-width: 944px;
	margin: auto;
	font-size: 12pt;
}


.cookie_btn_area {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: 5px;
}

.cookie_btn {
	background: white;
	border: 3px solid rgb(0, 128, 200);
	text-align: center;
	padding: 5px 30px 5px;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	background-color: rgb(0, 128, 200);
	color: white;
	font-weight: bold;
}

.cookie_btn:hover {
    color: #fff;
	background: #41AD49;
	border-color: #41AD49;
}

.center .cookie_btn {
	font-weight: normal;
	padding-bottom: 5px;
}

.cookie_request_text a {
	text-decoration: underline;
}

.cookie_request .actions .button {
	cursor: pointer;
}

.cookie_request .cookie_request_header {
	padding-bottom: 1em;
	font-weight: bold;
}

.cookie_request .actions label:before {
	margin-left: 0.3em;
	margin-right: 0.3em;
}

.cookie_request .actions label {
	font-size: 14px;
	margin-right: 4em;
}

.cookie_message_area {
	margin-right: 1em;
}

@media (max-width : 670px){
	.cookie_content_area {
		flex-direction: column;
	}

	.cookie_message_area {
		width: 100%;
		margin-right: 0;
	}
	
	.cookie_btn_area {
		margin-top: 1em;
		margin-left: 0em;
	}
}

