body {
  font-size: 12pt;
  color: #000000;
  margin: 0px; }

@page {
  size: auto;
  /* auto is the initial value */
  /* this affects the margin in the printer settings */
  margin: 30mm 20mm 30mm 30mm; }
body {
  /* this affects the margin on the content before sending to printer */ }

#page {
  margin: 0; }

section {
  width: 100%; }
  section:first-child {
    margin-top: 10px; }

p, ul, ol {
  color: #000000; }

h1, h2, h3 {
  font-weight: 400; }

.gray {
  color: #000000; }

h1 {
  margin: 0 0 0 0;
  font-size: 24pt; }

h3 {
  color: #000000;
  font-size: 15pt; }

#header .button {
  display: none; }

#menu {
  width: 0;
  height: 0;
  overflow: hidden; }

#content {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  margin-right: 0; }

.bottom-shadow {
  -webkit-box-shadow: none;
  box-shadow: none; }

img {
  width: 98%; }

/*# sourceMappingURL=help-print.css.map */
