
@media screen and (max-width: 1200px) {
  body header {
    flex-wrap: wrap;
    height: 140px;
  }
  body header .left-section {
    width: 100%;
    height: 50%;
  }
  body header .right-section {
    width: 100%;
    height: 50%;
  }
  .pg-grid-table .pq-grid-bottom .pq-grid-footer .bottom-box .pagination-box {
    left: calc((100% - 500px)/2);
  }
  body header .left-section #logo-box {
    padding: 0 20px;
  }
  body header .left-section #table-switching {
    padding: 0 15px 0 20px;
  }
  .select-box {
    padding: 0 5px 0 5px;
  }
}

/*# sourceMappingURL=media.css.map */
