MyHeritage: no search bar

Removes the find-a-person bar along with the generations selector.

/* ==UserStyle==
@name           MyHeritage: no search bar
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Removes the find-a-person bar along with the generations selector.
@author         ciricuervo
==/UserStyle== */

@-moz-document domain("myheritage.com"), domain("myheritage.es") {

    #ToolBarProximity, #FindAPersonParent {
        display: none;
    }

}