/* Hide navigation combobox not (yet) working inside the ZIM */
form[action="/gsdl/cgi-bin/library"] {
    display: none !important;
}

/* Hide search menu */
nobr > a:first-of-type, nobr > img:first-of-type {
    display: none !important;
}