/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Cleans up downforeveryoneorjustme.com
*/

/* +++ changelog +++
Sept 25th, 2014
- Hides "Banner"
Jan 21, 2013
- Hides "Ads"
April 1st, 2011
- Original Release
*/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(downforeveryoneorjustme.com), domain(isup.me) {

/* Hides "Check another site?" */
#container > p { display: none !important }

/* Hides "Site5 Web Hosting" Text Ad */
#container > CENTER { display: none !important }

/* Hides "Ads" */
.ad-container, .smile-container { display: none !important }

/* Hides The "Banner" Ad */
img[src*="banner"] { display:none !important }

}