#RGPDPan {
	border-radius: 20px;
    box-shadow: none !important;
    overflow: hidden;
    border-color: #f6a29d !important;
    widows: 400px;
}
div#RGPDPan > b {
    background-color: #f7a39e;
    display: block;
    padding: 10px;
    margin-top: 0 !important;
}
#RGPDPan p {
    font-size: 12px !important;
    line-height: 16px !important;
}
#RGPDPan a.Btn {
    border-radius: 99px !important;
    padding: 10px 20px;
    transition: all .3s ease;
}
#RGPDPan a.Btn#RGPDAcc {
    background: #f7a39f;
    color: black;
}
#RGPDPan a.Btn#RGPDAcc:hover {
    background: #fbbdba;
}
#RGPDPan a#RGPDPrefs {
    background: #5e6678;
    color: white;
}
#RGPDPan a#RGPDRef:hover {
    background: #e2e1e1;
}
#RGPDPan a#RGPDPrefs:hover {
    background: #858d9f;
}