/* @media only screen and (max-width: 894px) {
  .close-btn-row {
    display: flex;
    justify-content: center;
    font-size: 30px;
  }
  #mySidebar {
    min-height: 30px;
  }

  .sidebar {
    max-height: max-content;
  }
  .close-btn-row i {
    font-size: 40px;
  }
  th a {
    font-size: 60px;
  }

  .close-btn-row a {
    font-size: 30px;
  }
  .close-btn-row {
    max-height: 100px;
    margin-right: 70px;
  }
  .openbtn {
    font-size: 54px;
    margin-top: 0px;
  }
  .closebtn {
    font-size: 40px;
    margin-right: 80px;
  }
  .closebtn,
  .openbtn {
    margin: auto;
  }
} */
