/* Don't display these elements since they're not useful on paper */
#utilBack   {
  display: none;
}

#content {
  width: auto;
  margin: 0 8%;
  padding: 0;
}

hr {
  page-break-after: always;
}

.noPrint {
    display: none;
}