
.cookie-banner-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: 
    rgba(0,0,0,.25);
    z-index: 99999999;
}

.cookie-banner-box {
	padding: 50px;
	background-color: #fff;
	z-index: 999999999;
}

.cookie-banner-box .title {
	font-size: 150%;
	font-weight: 500;
	margin-bottom: 10px;
}

.cookie-banner-screen .cookie-banner-box {
	padding: 50px;
	box-sizing: border-box;
	width: 550px;
	margin: 0 auto;
	position: absolute;
	overflow: auto;
	min-width: 0;
	height: auto;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


.cookie-banner-top p, .cookie-banner-bottom p {
	color: #eee;
}
.cookie-banner-top .cookie-banner-box, .cookie-banner-bottom .cookie-banner-box {
	padding: 40px 20px 20px 20px;
	position: fixed;
	left: 0;
	right: 0;
	width: auto;
	text-align: center;
	background-color: #000;
	color: #fff;
}

.cookie-banner-box a, .cookie-banner-box a:hover {
	color: #fff;
	text-decoration: underline;
}

.cookie-banner-top .cookie-banner-box {
	top: 0;
}

.cookie-banner-bottom .cookie-banner-box {
	bottom: 0;
}


.cookie-banner-box h1 {
	color: #fff;
	font-size: 24px;
}

.cookie-banner-screen .cookie-banner-box h1 {
	color: #333;
}

.cookie-banner-box p {
	font-size: 15px;
}

.cookie-banner-box .buttons {
	margin-top: 30px
}

.cookie-banner-box button.px-cookies-btn {
	background-color: #BDDED7;
	color: #000;
	padding: 10px 20px;
	text-align: center;
	background-image: none;
	border: none;
	border-radius: 5px;
	margin-right: 10px;
	font-size: 16px;
	transition: all ease 0.7s;
	margin-bottom: 20px;
	text-shadow: none;
	box-shadow: none;
	cursor: pointer;
}

.cookie-banner-box button.px-cookies-btn-2 {
	color: white;
	padding: 15px 20px;
	text-align: center;
	background: none;
	background-image: none;
	border: none;
	font-size: 16px;
	transition: all ease 0.7s;
	margin-bottom: 20px;
	text-decoration: underline;
	font-size: 15px;
	cursor: pointer;
}

div.cookies_reset_prefs {
	cursor: pointer;
}