/* this should be added to the main skin/winter/cssjs/content.css file */
#snowreport_fax-page {
  font-size: 80%;
}
#snowreport_fax-page #snowreport_fax-report h2,
#snowreport_fax-page #snowreport_fax-report h3 {
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: black;
}
#snowreport_fax-page #snowreport_fax-report p {
  font-size: 90%;
  padding: 0;
  margin: 0;
}

#snowreport_fax-page #snowreport_fax-report {
  border-collapse: collapse;
  width: 99%;
  margin: 0 auto;
}
#snowreport_fax-page #snowreport_fax-report thead th {
  border-bottom: solid 1pt #222;
}

#snowreport_fax-page #snowreport_fax-report th.updated {
  text-align: right;
  padding-right: 8px;
}
#snowreport_fax-page #snowreport_fax-report td {
  padding: 3px;
  border: solid 1pt #222;
  page-break-inside: avoid;
}
#snowreport_fax-page #snowreport_fax-report th {
  vertical-align: bottom;
  padding: 0 0 0 3px;
}
#snowreport_fax-page #snowreport_fax-report p.updated {
  font-size: 90%;
  text-align: right;
  width: 11em;
  float: right;
}
#snowreport_fax-page #snowreport_fax-report td.base_depth,
#snowreport_fax-page #snowreport_fax-report td.new_24_depth,
#snowreport_fax-page #snowreport_fax-report td.new_48_depth,
#snowreport_fax-page #snowreport_fax-report td.runs_open,
#snowreport_fax-page #snowreport_fax-report td.lifts_open,
#snowreport_fax-page #snowreport_fax-report td.parks_open {
  width: 2em;
  text-align: center;
  vertical-align: middle;
}
#snowreport_fax-page #snowreport_fax-report td.new_24_depth,
#snowreport_fax-page #snowreport_fax-report td.new_48_depth {
  width: 5em;
}

@media print {
  #snow_report-banner,
  #footer-wrapper {
    display: none;
  }
}

#sidebar_wrapper {
  display: none;
}

#content {
  margin: 0;
}

.base_depth, .new_24_depth, .new_48_depth, .runs_open, .lifts_open, .parks_open {
  font-size: 1.8em;
}

#snowreport_fax-page #snowreport_fax-report td.base_depth {
  float: none;
  width: 5em;
}
