.panel-gdpr {
    position: relative;
}

.gdpr-badge {
    width: auto;
    height: 110px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#cookies-eu-banner {
    position: fixed;
    bottom: 0;
    /*left: 15px;*/
    right: 0;
    z-index: 1015;
}
#cookies-eu-more {
    border-bottom: 1px dashed #d24d33;
}

@media (min-width: 360px) and (max-width: 718px) {
	#cookies-eu-banner .btn-xs {
		display: block;
		margin-top: 5px;
	}
}

@media (max-width: 600px) {
	.gdpr-badge {
		display: none;
	}
}

/*************** People's Code ***************/

/* Pop-UP */
#cookies-eu-banner {bottom: 80px; text-align:justify; max-width:980px; display: block; font-size:18px!important; border-radius: 5px 0 0 5px; padding:22px; margin:0;}
.pc-gdpr-btn {text-align:center; margin-top:12px;}
.pc-gdpr-btn a, .pc-gdpr-btn a:visited, .pc-gdpr-btn a:active {margin:8px; padding:12px; color:#fff!important; background:#2F4761; min-width:240px;}
.pc-gdpr-btn a:hover {color:#fff!important; background:#6594C8;}

/* privacy.html */
/*.pc-gdpr-terms {padding:24px;}*/
.pc-gdpr-terms h2 {margin-top:36px!important; margin-bottom:16px!important;padding-bottom:8px; border-bottom:1px dashed #ccc; font-size:28px;}
.pc-gdpr-terms h3 {margin-top:24px!important; font-size:18px; border:none;}
.pc-gdpr-terms h2:first-child {margin-top:0!important;}
.pc-cookie-policy-status-msg-top {margin:18px 0!important; padding:12px 16px; border:none; background:#5BC2CE; color:#fff; border-radius:4px; box-shadow: 0 1px 2px rgba(0, 0, 0, .05);}

.pc-privacy-btn {margin-top:16px; margin-bottom:16px; padding:16px; color:#fff!important; border-radius:4px; box-shadow: 0 2px 3px rgba(0, 0, 0, .05);}
.pc-cookie-accept-all, .pc-cookie-accept-all:active, .pc-cookie-accept-all:visited {background:#7DD5F2;}
.pc-cookie-accept-all:hover {background:#A2E1F6;}
.pc-cookie-accept-necessary {background:#4E78A7;}
.pc-cookie-accept-necessary:hover {background:#668DB8;}
.pc-gdpr-accept {background:#37D37C;}
.pc-gdpr-accept:hover {background:#58DA92;}
.pc-gdpr-reject {background:#EC725B;}
.pc-gdpr-reject:hover {background:#EE836E;}
.pc-review-personal-data {background:#ccc;}
.pc-review-personal-data:hover {background:#D4D4D4;}

/* ucp */
.pc-cookie-accept a, .pc-cookie-accept a:active, .pc-cookie-accept a:visited {font-weight:bold; display:inline-block; color:#fff; background:#4E78A7; padding:3px 10px; margin:2px; text-decoration:none; border-radius:3px;}
.pc-cookie-accept a:hover {color:#fff; background:#668DB8;}

