body {
  background-color: white;
  color: black;
  margin: 0;
  overflow-x: visible; 
}

/* hide navigational page furniture */
#masthead, #footer, #menu, #links, #banner, #navigation, #search, #margin_ql, #quicklinks, #marginalia, #scrollcontrol {
  display: none;
}

/* show dedicated print masthead and footer, if they exist */
#print_masthead {
  position: relative;
  display: block;
  margin-bottom: 40px;
  height: 79px;
  width: 100%;
}

#print_masthead img {
  margin: 10px;
}

#print_footer {
  display: block;
  margin-top: 32px;
}

/* fix clipping problems in firefox */
#aspnetForm, #page, #pagecontent, div.content, div.widget, div.dropzone, li.PBItem, ul.column {
  display: inline;
  overflow:visible !important; 
  position: static;
  float: none;
}

/* key page content full-width */
#document {
  width: 100%;
  overflow: visible !important;
  display: block;
  position: static;
  float: none;
}

.container_12 {
  width: 100%;
}

/* turn illustrated into normal headers */
#pagetitle.illustrated {
  width: 100%;
  background-color: white !important;
  background-image: none !important;
  height: auto;
}

#pagetitle.illustrated h1 {
  position: relative;
  color: black;
}

/* miscellaneous cover-ups */

.EktronAjaxLoading {
  display: none;
}
