/* From: www.bakker-framebouw.nl
 *
 * Styles for printing. They basically disable all the navigation content
 * and only show the markup of the normal text style. We can assume we know
 * what the user is printing, so he/she doesn't need the navigation, which
 * is useless anyway.
 */

body, html {
  margin: 0 2em 0 2em;
  padding: 0;
}

#header-back,
#header-navigation,
#content-navigation {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

.hidden {
  display: none;
}

