* {
  color: #000;
  background: transparent;
  box-shadow: none;
  text-shadow: none;
}

@page {
  margin-top: 1.5cm;
  margin-bottom: 1.5cm;
}
body {
  margin-right: 0.25in;
  margin-left: 0.25in;
}
body:before {
  display: block;
  margin: 0 auto 0.125in;
  padding-bottom: 0.25in;
  content: url("");
  text-align: center;
  border-bottom: 1pt solid #000;
}

a {
  color: #000;
}
a[href]:after {
  content: " (" attr(href) ")";
  word-wrap: break-word !important;
}
a[href=""]:after, a[href^="#"]:after, a[href^=javascript]:after, a[href^="mailto:"]:after {
  display: none;
}

h1 {
  font-size: 24pt;
}

h2 {
  font-size: 21pt;
}

h3 {
  font-size: 18pt;
}

h4 {
  font-size: 16pt;
}

h5 {
  font-size: 14pt;
}

h6 {
  font-size: 11pt;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sans-serif;
  font-weight: 500;
  margin: 1em 0 0.5em;
  text-decoration: none !important;
  page-break-after: avoid !important;
}

p,
li,
small,
mark {
  font-family: sans-serif;
  font-size: 10pt;
  line-height: 14pt;
  margin: 0 0 0.5em;
}

img {
  display: block;
  max-width: 3in;
  height: auto !important;
  margin: 1em 0;
}

pre {
  border: 1px solid #666666;
  page-break-inside: avoid !important;
}

tr,
img {
  page-break-inside: avoid !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  orphans: 3 !important;
  widows: 3 !important;
}

figure {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 1em 0;
  padding: 2em 0;
  text-align: center;
  border-top: 1pt solid #000;
  border-bottom: 1pt solid #000;
}
blockquote footer {
  font-family: sans-serif;
  text-align: right;
}

address {
  font-style: normal;
}

form {
  margin: 0 0 10pt;
}
form label {
  display: block;
}
form input,
form textarea,
form .chzn-container {
  width: 100%;
  margin: 0.5em 0 1em;
}
form fieldset {
  overflow: hidden;
  margin: 0 0 10pt;
}
form .field {
  float: left;
  width: 97%;
  margin-right: 3%;
}
form .field--third {
  width: 30%;
}
form .field--quarter {
  width: 22%;
}
form .field--half {
  width: 47%;
}

table {
  width: 100%;
}

td,
th {
  padding: 5pt;
  text-align: center;
  border-top: 1pt solid #000;
}

.delete-these-items {
  display: none;
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
