.timesheet-grouped-table {
  min-width: 1280px;
}

.timesheet-grouped-table thead tr:first-child th {
  text-align: center;
  vertical-align: middle;
}

.timesheet-grouped-table thead tr:nth-child(2) th {
  text-transform: none;
  font-size: .78rem;
  text-align: center;
}

.timesheet-grouped-table th.timesheet-grouped-table__left {
  text-align: left;
}

.timesheet-grouped-table th.timesheet-grouped-table__morning {
  background: #10203bcc;
  color: #93c5fd;
}

.timesheet-grouped-table th.timesheet-grouped-table__afternoon {
  background: #062d29cc;
  color: #34d399;
}

.timesheet-grouped-table td {
  vertical-align: middle;
}

.timesheet-grouped-table__time {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.timesheet-grouped-table__muted {
  color: var(--text-muted);
  font-size: .9rem;
  text-align: center;
}

.timesheet-grouped-table__total {
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}
