@page {
  margin: 5%;
}
footer,
img,
nav,
.noprint {
  display: none !important;
}
.soloprint {
  display: initial;
}
* {
  background: none !important;
  color: black !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
body {
  font: normal 11pt/13pt Georgia, "Times New Roman", serif;
  background-color: white !important;
}
main {
  margin: 0;
  padding: 0;
}
a {
  color: #666;
}
.box {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  page-break-inside: avoid;
  page-break-after: avoid;
}
h1 {
  font-size: 130%;
  line-height: 1.2;
  margin-bottom: 1ex;
}
h2 {
  font-size: 120%;
  line-height: 1.2;
  margin-bottom: 0;
}
h3 {
  font-size: 110%;
  line-height: 1.1;
}
header * {
  position: static;
}
header h1 {
  font-size: 90%;
  font-weight: normal;
  line-height: 1;
  left: 0;
  border-bottom: 1px solid #aaa !important;
  margin: 0 !important;
  padding: 0 20px 1ex;
  text-align: left;
  width: 100%;
}
main .box {
  padding-top: 30px;
}
