#gdpr-cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 380px;
    background: #fff;
    color: #333;
    padding: 20px;
    z-index: 9999;
    border-radius: 10px;
    font-family: sans-serif;
}


.gdpr-hidden {
    display: none;
}

.gdpr-modal {
    margin-top: 15px;
    background: #222;
    padding: 15px;
    border-radius: 8px;
}


#gdpr-cookie-banner{
	background:#fff;
	color:#222;
	font-size:14px;
	padding:25px;
}

.gdpr-cookie-box h3{
	font-size:24px;
}

#gdpr-cookie-banner button {
    margin-right: 5px;
    padding: 8px 12px;
	border-color:#008d61;
	color:#008d61;
	font-weight:500;
	font-size:15px;
    cursor: pointer;
}

#gdpr-cookie-banner button:first-child{
	width:100%;
	background:#008d61;
	color:#fff;
}


#gdpr-cookie-banner button:first-child:hover,
#gdpr-cookie-banner button:first-child:focus{
	background:#008d61;
}

.gdpr-modal{
	background:#fff;
}

.gdpr-modal h4{
	font-size:20px !important;
}

.gdpr-modal label{
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #008d6140;
}

#gdpr-cookie-banner{
	box-shadow:0 0 10px rgb(0,0,0,0.15);
}

.gdpr-modal label:last-of-type{
	border-bottom:none;
}

#gdpr-cookie-banner button:nth-child(2){
	width:100%;
	margin-top:10px;
}

#gdpr-cookie-banner button:last-child{
	width:100%;
	margin-top:10px;
}

#gdpr-cookie-banner button:hover,
#gdpr-cookie-banner button:focus{
	background:#008d6110;
}