/* ==UserStyle==
@name           [Oli Bros] Ad hiding: Braintree & Witham Times
@namespace      The Oliver Bros
@version        0.0.5
@description    Hide ads, sponsor elements and promotions
==/UserStyle== */

@-moz-document domain("braintreeandwithamtimes.co.uk"),
               domain("www.braintreeandwithamtimes.co.uk") {

/* Force page to scroll, even when a hidden cookie overlay is blocking scrolling */

html.sp-message-open {
	overflow: visible !important;
	margin-top: 0 !important;
	position: static !important;
}

body,
html {
	overflow-y: auto !important;
	height: auto !important;
}

#__nq__hh,
div[id^="sp_message_id"],
div[class^="sp_veil"] {
	display: none !important;
	min-height: 0;
	height: 0;
	position: absolute;
	left: -9999px;
}

/* Newsletter nag overlay */
.tp-modal,
.tp-backdrop,
.tp-iframe-wrapper,
#piano-message {
	display: none !important;
}

/* Sticky header */
#article-sticky-desktop-nav {
	display: none !important;
}

/* Hide ad in header */
#promoUnitHeader {
	display: none !important;
}

/* Hide ad in further news */
.continuation-ad-unit {
	display: none !important;
}

}
