/* PRINT SPECIFIC ADJUSTMENTS */
@media print {

article {
  max-width: none !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
div.article-container {
  max-width: none !important;
}
h1 {  font-size: 14pt !important;}
h2 {  font-size: 13pt !important;}
h3 {  font-size: 11pt !important; }
.f1 {  font-size: 14pt !important;}
.f2 {  font-size: 13pt !important;}
.f3 {  font-size: 11pt !important;}
.f4 {  font-size: 11pt !important;}
.f5 {  font-size: 11pt !important;}
h2, h3 {
  break-after: avoid-page;
  page-break-after: avoid;
  page-break-inside: avoid;
}
h2::after, h3::after { /* Weird hack to make sure pages do not break after headings */
    content: "";
    display: block;
    height: 200px;
    margin-bottom: -200px;
}

figure {
  break-inside: avoid;
  page-break-inside: avoid;
  margin: auto !important;
  text-align: center;
  align-content: center;
}
figure img {
  margin: auto;
}
p {
  orphans: 3 !important;
  widows: 2 !important;
  font-size: 11pt !important;
  text-align: justify !important;
}
li {
  font-size: 11pt;
}
body {
	background: #ffffff !important;
	font-size: 10pt !important;
}
header {
  display: none !important;
}

figcaption {
  font-size: 10pt;
}
div.nested-copy-line-height {
  background: #eeeeee;
  border: #cccccc 1px solid;
  color: #111111;
}
div.nested-copy-line-height a {
  color: #111111 !important;
}

#main_content a[href^="#"] {
  text-decoration: none;
  color: inherit;
}
#main_content a[href*="http"]:after {
  content: "  [" attr(href) "]";
  color: inherit;
  opacity: 0.5;
}
#main_content a[href^="/"]:after {
	content: " [https://www.fieldwalker.org" attr(href) "] ";
  color: inherit;
  opacity: 0.5;
}

.print_only {
  display: inline !important;
}

br.forcebreak {
  display: block !important;
  break-before: page;
  page-break-before: always;
  height: 1px;
  width: 100%;
}



article p::before {
    position: relative;
    content: counter(paragraph) " ";
    margin-left: -20px;
    font-size: 8pt;
    vertical-align: text-top;
    color: #CCC;
}
article h2::before {
  position: relative;
  content: counter(paragraph) " ";
    margin-left: -20px;
    font-size: 8pt;
    vertical-align: text-top;
    color: #CCC;
}
article h3::before {
  position: relative;
  content: counter(paragraph) " ";
    margin-left: -15px;
    font-size: 8pt;
    vertical-align: text-top;
    color: #CCC;
}
article h4::before {
  position: relative;
  content: counter(paragraph) " ";
    margin-left: -15px;
    font-size: 8pt;
    vertical-align: text-top;
    color: #CCC;
}
article table::before {
  position: relative;
  content: counter(paragraph) " ";
    margin-left: -15px;
    font-size: 8pt;
    vertical-align: text-top;
    color: #CCC;
}
article ul::before {
  position: relative;
  content: counter(paragraph) " ";
    margin-left: -57px;
    font-size: 8pt;
    vertical-align: text-top;
    color: #CCC;
}
article ol::before {
  position: relative;
  content: counter(paragraph) " ";
    margin-left: -55px;
    font-size: 8pt;
    vertical-align: text-top;
    color: #CCC;
}

/* How to cite region */
pre {
 white-space: pre-wrap;
 word-wrap: break-word;
}

/* Bibliography show line counts for editing reasons */
#refs p::before {
  position: absolute;
  margin-left: -5px;
  font-size: 7pt;
  font-family:monospace;
  font-weight: normal;
  color: #CCC9;
  content: counter(paragraph) !important;
  counter-increment: paragraph !important;
}

/* Adjust footer region */
main {
  padding-bottom: 5px !important;
}
footer {
  display: none !important;
}



/* end of media print */
}
