@media print {
  .header-wrap, .footer-wrap, .navbar-right, .navbar-header, .search-query-form {
    display: none;
  }

  .print_page_button, .download_page_link, #print_page_button{
    display: none;
  }

  body {
    font-family: "CooperHewittMedium",helvetica,arial,sans-serif;
    width: 100%;
    height: 100%;
    color: #82786F;
  }

  h1 {
    font-size: 15px;
    font-weight: bold;
    color: #007A87;
    margin-bottom: 2px;
    margin-top: 2px;
    margin-right: 3px;
  }

  h4 {
    font-size: 10px;
    margin-bottom: 2px;
    margin-top: 2px;
    margin-right: 3px;
  }

  p {
    font-size: 10px;
    margin-bottom: 2px;
    margin-top: 2px;
    margin-right: 3px;
    float: left;
  }

  #content {
    width: 100%;
    height: 100%;
    position: fixed;
  }

  #page_show_header{
    width: 100%;
    max-height: 10%;
    position: relative;
  }

  #show_page_image {
    position: relative;
    clear: both;
    height: 85%;
    width: 100%;
  }
}

@media print and (orientation: portrait){

  #show_page_image img {
    width: 100%;
    height: auto;
    max-height: 100%;
  }
}

@media print and (orientation: landscape){

  #show_page_image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
