/* Change some margins for print layout */
#main_content {
  padding: 0;
  }
/* change the fonts */
body { 
  font: 12pt "Palatino Linotype", Palatino, "Lucida Bright", Times, serif;
  width: auto;
  border: 0;
  margin: 0;
  padding: 0;
  float: none !important;
  }
table.stats {
  font-family: sans-serif;
  font-size: 8pt;
}
/* Turn off unneded elements when printing */
#heading { display: none; }
#footer { display: none; }
#bottom { display: none; }
/* Change the way links look */
a:link, a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  }
/* Make sure the map image is printed on a single page */
.map {
  float: none !important;
  page-break-inside: avoid;
  }
.noprint { display: none; }