@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("ninja.com") {

body > div + p + p ~ p:not(.style1) {
  display: none !important;
}

}