@media (min-width: 1200px) {
  .container {
    width: 1320px;
  }
}
@media (max-width: 800px) {
  .pdf-report-main-header .header-bg {
    height: 160px;
  }
  .pdf-report-main-header .logo {
    top: 55px;
    right: 15%;
  }
  .pdf-report-main-header .logo img {
    height: 70px;
  }
  .pdf-report-main-footer .logo {
    top: 37px;
  }
  .pdf-report-main-footer .logo img {
    height: 45px;
  }
  .table-style-1 thead tr th {
    white-space: nowrap;
  }
  .table-style-1 thead tr th {
    font-size: 12px;
  }
  .table-style-1 tbody tr td p {
    font-size: 12px;
  }
  .table-style-1 tbody tr td .btn {
    margin: 5px;
    font-size: 12px;
  }
}
