.booking-order-search {
  grid-column: 1 / -1;
}

.booking-order-search small {
  color: #6a7584;
  font-size: 12px;
  line-height: 1.5;
}

#bookingOrderSearch {
  padding-right: 38px;
}

#bookingStudent option {
  font-size: 14px;
}

.student-record-table {
  min-width: 1120px;
}

.student-record-table th,
.student-record-table td {
  white-space: nowrap;
}

.student-record-table th:first-child,
.student-record-table td:first-child {
  min-width: 150px;
  white-space: normal;
}
