@media screen {
  #factSheet,
  #factPage2,
  #researchImagePage {
    width: 180mm;
    height: 267mm;
  }
  #factPage2 {
    margin: 10mm 0 20mm;
  }
}
@media screen, print {
  #factSheet,
  #factPage2,
  #researchImagePage {
    width: 100%;
    height: 297mm;
    position: relative;
    page-break-inside: avoid;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  #factPage2,
  #researchImagePage {
    page-break-before: always;
  }
  table.default {
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-collapse: collapse;
  }
  th,
  td {
    font-size: 13px;
    line-height: 17px;
  }
  table.default th,
  table.default td {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    padding-left: 2mm;
    vertical-align: top;
  }
  .title {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  h2 {
    font-size: 16px;
    margin: 0 0 5px;
  }
  .date {
    font-weight: bold;
  }
  .indent {
    text-indent: 3mm;
  }
  ul,
  ol {
    margin: 0;
    padding: 0 0 0 2mm;
    list-style-position: outside;
  }
  #Image1,
  #Image2,
  #Image3 {
    max-width: 250px;
  }
  #imgFish1,
  #imgFish2,
  #imgFish3 {
    max-width: 220px;
    max-height: 110px;
    margin: 0 auto;
    display: block;
  }
  #imgFishingWaterType {
    max-height: 250px;
  }
  #researchImagePage {
    margin: 0 0 15px;
  }
}
@media print {
  table.default {
    border-collapse: collapse;
  }
}
@media screen {
  #factSheet,
  #factPage2,
  #researchImagePage {
    width: 94%;
    padding: 3%;
    -moz-box-shadow: 2px 5px 10px #888888;
    -webkit-box-shadow: 2px 5px 10px #888888;
    box-shadow: 2px 5px 10px #888888;
    background: white;
  }
}
