@media (max-width: 767px) {
  header.navbar {
    flex-wrap: wrap;
  }
  .nav-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .table-responsive {
    overflow-x: auto;
  }
  table.table th,
  table.table td {
    white-space: nowrap;
  }
}
