div#ccc-content {
    font-family: europa, sans-serif;
    font-size: 10.5pt;
}
#ccc #ccc-title {
    color: black;
    background-color: unset;
    border: none;
    padding-left: 0;
}
#ccc #ccc-reject-settings {
    border: none;
}
#ccc #ccc-recommended-settings span {
    color: white;
    font-weight: bold;
}
#ccc #ccc-recommended-settings,
#ccc-end #ccc-dismiss-button,
#ccc-end #ccc-dismiss-button span
 {
    background-color: #0080c2;
    border: none;
}


@media (min-width: 1024px) {
    div#ccc-content {
        font-size: 11pt;
    }
}