div.ibeugdpr-banner {
    padding: 3em 2.5em;
    text-align: justify;
    background-color: white;
    color: rgb(105,122,149);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
    text-shadow: none;
}
div.ibeugdpr-banner *:last-child {
    margin-top: 30px;
    border-top: 1px solid rgb(240,244,248);
    text-align: center;
    margin-bottom: 0px;
}
div.ibeugdpr-banner a {
   color: rgb(33,166,253);
}
div.ibeugdpr-banner .ibeugdpr-consent-button {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /* future proofing */
    -khtml-border-radius: 5px; /* for old Konqueror browsers */
}