/* Default for EVERYTHING */
header, footer, nav, .submenu, .printHide, .breadcrumbs, #waiver, .fitbitAd, .googleAd {
   display: none !important;
}

a.buttonLink.go, input[type="submit"].go,
a.buttonLink.cancel, input[type="submit"].cancel {
   display: none !important;
}

/* Sans-serif */
html, body {
   color: black !important;
   background: white none !important;
   border: none;
}

h1, h2, h3 {
   text-shadow: none;
}

a, a:link, a:visited, a:hover {
   color: black !important;
   text-shadow: none !important;
   text-decoration: underline !important;
}

main {
   padding: 1px;
   margin: 1px;
   color: black !important;
   background: white none !important;
}

.frame, legend {
   box-shadow: none;
}
