body {
    font-family: "Courier New", Courier, monospace;
}
#cookie-manager-title, .accordion-toggle {
    font-family: "Century Gothic", sans-serif
}
#header-logo {
    display: none;
}
#cookie-manager-details input[type=checkbox]:checked~.switch {
    background:rgb(17, 17, 17);
    color:#fff;
}
#cookie-manager-footer #save-cookie-options {
    background-color:rgb(17, 17, 17);
    color:#fff;
    border-radius: 0;
}