.pagination,
.search,
.clearing-thumbs a[href]:after,
.outer-wrapper-footer,
a[href^="#"],
.crumbs-section,
.outer-wrapper-main-navigation,
.old-browser-warning,
.hidden {
  display: none !important;
}

.sidebar,
.common-issues,
div.stain,
div.cause,
div.repairs {
  border: none;
}

h3.red {
  border: 1px solid #D90000;
}

h3.green {
  border: 1px solid #7EA900;
}

.sidebar {
  min-height: 1px !important;
}

a[href]:after {
  content: " (" attr(href) ")";
}

/*overriding a bug in the foundation _reveal style sheet, BvL */
div:not(.reveal-modal) {
  display: inherit;
}
