/*
Master styles for printing
*/

html,
body {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #000;
  background: none;
}

#wrapper,
#footer-wrapper {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

#nav,
#user-tools,
#extras,
#footer-upper,
#footernav {
  display: none !important;
}

#header {
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
}

#header-title {
    margin: 0;
}


#content {
  width: auto;
  padding: 0;
  margin: 0;
}

#main {
  padding: 0;
  margin: 2em 0;
}

#footer {
  background: none;
  color: #666665;
  height: auto;
  margin: 0;
}

#footer-copyright {
  float: left;
}