/* ==UserStyle==
@name           [Oli Bros] Ad hiding: The Guardian
@namespace      The Oliver Bros
@version        0.0.3
@description    Hide ads, sponsor elements and promotions
==/UserStyle== */

@-moz-document domain("theguardian.com"),
               domain("www.theguardian.com") {

.top-banner-ad-container,
.ad-slot,
.js-adblock-sticky,
.site-message--adblock-message,
.contributions__epic,
body > footer + aside,
#maincontent + gu-island
{ display: none !important; }

#header
{ margin-top: 0 !important; }

}
