.nice-work {
  color: #ff0000;
  font-weight: 700;
}
.table th,
.table td {
  padding: 0.1rem;
}
.table {
  font-size: 0.9rem;
}
.table-1 {
  background-color: #fff;
  z-index: 2;
  width: 100%;
  overflow-y: scroll;
}
.table-2{
  max-height: 65vh;
  overflow-y: scroll;
  width: 100%;
}
.table-1 .table {
  margin-bottom: 0;
  background-color: #fff;
  z-index:2;
}
.table-2 .table {
  margin-top: -26px;
  z-index:1;
}

ul.category-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.category-menu li {
    display: inline-block;
    margin-right: 1rem;
}
