body {
  margin-left: 2rem;
  margin-right: 1rem;
  font-family: Helvetica, Arial, sans-serif;
  background-color: white;
}
h1 {
  color: #005050;
}
h2 {
  color: #005050;
}
h3 {
  color: #005050;
  margin-bottom: 0;
}
h4 {
  color: #005050;
  margin-left: 1rem;
  margin-bottom: 0;
}
p {
  text-align: left;
}
.level3 {
  margin-left: 2rem;
}
caption {
  color: #005050;
  margin-bottom: 0;
  text-align: left;
}
.captionTitle {
  font-weight: bold;
}
table {
  width: 100%;
}
table.navbar {
  table-layout:fixed;
  width: 100%;
}
th.twoThirds {
  width: 67%;
}
th.oneHalf {
  width: 50%;
}
th.oneThird {
  width: 33%;
}
th.oneFourth {
  width: 25%;
}
th.forty {
  width: 40%;
}
th.twenty {
  width: 20%;
}
th.twentyEight {
  width: 28%;
}
th.sixteen {
  width: 16%;
}
td {
  vertical-align: top;
  padding: +0.4em;
  padding-bottom: +0.2em;
  font-weight: lighter;
}
td.chapNum {
  font-size: xx-large;
  font-weight: bold;
  padding-right: +0.4em;
}
th {
  text-align: left;
  vertical-align:top;
  background-color: #005050;
  color: white;
  padding: +0.4em;
  padding-bottom: +0.2em;
}
th.w3 {		/* width 1/3 of table */
  text-align: left;
  vertical-align:top;
  background-color: #005050;
  color: white;
  padding: +0.4em;
  padding-bottom: +0.2em;
  width: 33%;
}
th.cent {
  text-align: center;
  vertical-align: top;
  background-color: #005050;
  color: white;
  padding: +0.4em;
  padding-bottom: +0.2em;
}
tr:nth-child(even) {
  background-color: #e0f0f0;
}
.chapTitle{
  font-size: larger;
  font-weight: bold;
}
td.docLink{
  font-size: smaller;
  font-weight: bold;
  text-align: center;
}
img.adobeIcon {
  padding: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
}
img.pdfIcon {
  padding-top: 2rem;
  height: 4rem;
}
img.examIcon {
  width: 16rem;
}
img.comingSoon-sticker {
  width: 8rem;
}
img.newIn-sticker {
  width: 5rem;
}
img.siteLogoSlogan {
  width: 20rem;
}
img.siteLogoButton {
  width: 6rem;
}
img.siteLogoSloganFullPage {
  width: 90%;
}
.mouseprint {
  font-size: small;
  font-weight: normal;
  color: #005050;
}
.definedTerm {
  font-weight: bold;
}
footer {
  text-align: right;
  font-size: small;
  color: #005050;
}
@media print {
  * { 
    background: transparent !important;
    color: black !important; 
    text-shadow: none !important; 
    filter:none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    text-decoration: underline; 
  }
  a[href]:after {
    /* content: " (" attr(href) ")"; */
  }
  abbr[title]:after {
    /* content: " (" attr(title) ")"; */
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; 
  }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { 
    page-break-inside: avoid; 
  }
  table {
    border-collapse: collapse;
    page-break-inside: avoid; 
  }
  thead { 
    display: table-header-group; 
  } /* h5bp.com/t */
  tr, img { 
    page-break-inside: avoid; 
  }
  th {
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: none;
    border-top-color: black;
    border-bottom-color: black;
    border-width: 2pt;
  }
  td {
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: none;
    /* border-top-color: black; */
    border-bottom-color: black;
    border-width: 0.5pt;
  }
  img { 
    max-width: 100% !important; 
  }
/*  @page {		*/
/*    margin: 54pt;	*/
/*  }			*/
  body {
    margin: 54pt;
  }	
  p, h2, h3 {
    orphans: 3; widows: 3; 
  }
  h2, h3 { 
    page-break-after: avoid; 
  }
  #examIcon {
    width: 144pt;
  }
  #comingSoon-sticker {
    width: 96pt;
  }
  #newIn-sticker {
    width: 72pt;
  }
  .noPrint, .noPrint *
  {
    display: none !important;
  }
}
