
/*
 * Experts Exchange 2011 / Show Answers & Remove Shit --- Created By Swyter
 * [i] Cleans up the page. And shows the real answers detected by your Search Engine...
 *
 */

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.experts-exchange.com") {

.acceptedBlurredSolution, #zoneBarrier, #pageRight, .sectionFour, #relatedSolutions20X6, #compZnNav{
  display:none !important;
}

#pageHeader{
  height:111px !important;
}

/* Additional Rules for When using Google Cache or having GoogleBot's User Agent String*/
.sectionFour, #relatedSolutions20X6, #compZnNav{
  display:none !important;
}


}


/*
 * User Styles Doesn't accepts various sites in a single statement 
 * Annoying limitation so we simply repeat it again for when using Google Cache
 *
 */


@-moz-document domain("webcache.googleusercontent.com") {

.acceptedBlurredSolution, #zoneBarrier, #pageRight, .sectionFour, #relatedSolutions20X6, #compZnNav{
  display:none !important;
}

#pageHeader{
  height:111px !important;
}

/* Additional Rules for When using Google Cache or having GoogleBot's User Agent String*/
.sectionFour, #relatedSolutions20X6, #compZnNav{
  display:none !important;
}


}