/* ==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
@downloadURL https://update.greasyfork.org/scripts/540794/MyHeritage%3A%20no%20search%20bar.user.css
@updateURL https://update.greasyfork.org/scripts/540794/MyHeritage%3A%20no%20search%20bar.meta.css
==/UserStyle== */

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

    #ToolBarProximity, #FindAPersonParent {
        display: none;
    }

}
