table.tb {
  margin-bottom: -1px !important;
}
.tb th:nth-child(1), .tb td:nth-child(1),
.tb th:nth-child(2), .tb td:nth-child(2),
.tb th:nth-child(4), .tb td:nth-child(4) {
  white-space: nowrap;
  width: 120px; /* Forces column to shrink-wrap tightly around its content */
}
.tb th:nth-child(3), .tb td:nth-child(3) {
    width: auto;  
  /* Optional: handling long text gracefully */
  overflow: hidden;
  text-overflow: ellipsis;
}
.dates { background-color: #666; margin: -15px -15px -5px  -15px; padding: 5px 15px; color: #fff; }
.box { border: 1px solid #ccc; margin-bottom: 10px; padding: 15px; }