#printlogo {display: block !important;}

/* hide all children of body that are not .wrapper */
body > *:not(.wrapper) {
  display: none;
}

/* hide all children of .wrapper that are not #content */
.wrapper > *:not(#content) {
  display: none;
}

.policy-callout, .policy-header {background-color: none !important;}

.tabs, a.toc, #block-webform-client-block-188, hr {display: none;}


