/* ==UserStyle==
@name           MyHeritage: no gray balloons
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Removes gray ridge icon on top of person profiles.
@author         ciricuervo
@downloadURL https://update.greasyfork.org/scripts/540793/MyHeritage%3A%20no%20gray%20balloons.user.css
@updateURL https://update.greasyfork.org/scripts/540793/MyHeritage%3A%20no%20gray%20balloons.meta.css
==/UserStyle== */

@-moz-document domain("myheritage.com"), domain("myheritage.es") {
    
    g.ridgeIcon {
        display: none;
    }

}
