#cookie_mask {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
#cookie_container {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cookie_popup {
	font-family: Arial;
	background-color: white;
	/* margin-top: 50px; */
	margin-top: 135px;
	margin-left: auto;
	margin-right: auto;
	max-width: 618px;
	padding-top: 31px;
	padding-bottom: 32px;
	letter-spacing: initial;
	word-spacing: initial;
	text-align: left;
}
#cookie_logo {
	background-image: url("logo.png");
	height: 215px;
	width: 227px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#cookie_title {
	padding-top: 44px;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
}
#cookie_text {
	padding: 14px 41px 0;
	font-size: 16px;
}
#cookie_text a {
	color: #097fd2;
}
#cookie_text a:hover {
	opacity: 0.6;
}
#cookie_buttons {
	padding: 37px 39px 0;
	float: right;
}
#cookie_buttons > div {
	line-height: 50px;
	float: right;
	vertical-align: top;
	border-radius: 25px;
	cursor: pointer;
}
#cookie_buttons > div:hover {
	opacity: 0.6;
}
#cookie_button_config {
	color: #097fd2;
	text-decoration: underline;
	border: 2px solid transparent;
}
#cookie_button_refuse {
	color: #097fd2;
	border: 2px solid #097fd2;
	text-align: center;
	margin-left: 18px;
	width: 162px;
}
#cookie_button_accept {
	color: white;
	background-color: #097fd2;
	border: 2px solid #097fd2;
	text-align: center;
	margin-left: 12px;
	width: 160px;
}
#cookie_spacer {
	clear:both;
}
.cookie_selector {
    float: right;
    width: 44px;
    height: 20px;
    background-color: lightgray;
    border-radius: 14px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 4px;
    cursor: pointer;
}
.cookie_switch {
    background-color: white;
    height: 20px;
    width: 20px;
    border-radius: 10px;
	display:inline-block;
	vertical-align:top;
}
.cookie_selector.on {
	text-align:right;
	background-color: lightgreen;
}
@media all and (max-width: 767px), only screen and (max-width: 768px) and (orientation: portrait){
	#cookie_popup {
		margin-top: 80px;
	}
	#cookie_text {
		padding-left:10px;
		padding-right:10px;
	}
	#cookie_buttons {
		float:none;
	}
	#cookie_buttons > div {
		float: none;
		/* margin: 5px auto 40px; */
		margin: 5px auto 30px;
		text-align: center;
		width: 320px;
		/* font-size: 25px; */
		font-size: 20px;
		/* ADD */
		line-height: 40px;
	}
}