/* +++ changelog +++
June 12th, 2013
- now applies to blocked-website.com
May 17th, 2012
- now applies to website-unavailable.com
May 14th, 2012
- fixed, had to hide div.response as well
June 3rd, 2008
- removed new search results ads
Dec. 9th, 2007
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://guide.opendns.com) , url-prefix(https://www.guide.opendns.com), url-prefix(http://www.website-unavailable.com/), url-prefix(http://www.blocked-website.com/) {

    /* Remove Sponsored Links */
   #servfail-ads, .sponsoredbottom, .sponsored, #noresultsads, div.response, #acbox, #deals-header {
        display: none !important;
   }

    /* Hides NoScript Place Holder Icons */
    [class="__noscriptPlaceholder__ "], .__noscriptPlaceholder__.__noscriptObjectPatchMe__ { 
        display: none !important;
   }

    /* Remove Ads Hiding In IFRAME And NoScript Tags */
    IFRAME, NOSCRIPT { 
        display: none !important;
   }
}