#riderAlertWrapper .table-container {
  width: 100%;
  overflow-x: auto;
}

#riderAlertWrapper table.practice-order-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

#riderAlertWrapper .header-row {
  background-color: #ff6300;
  color: black;
  text-align: center;
  font-weight: bold;
}

#riderAlertWrapper .title-cell {
  font-size: 1.2em;
  padding: 10px;
  color: black;
  text-align: center;
}

#riderAlertWrapper .table-header-row {
  background-color: #ff6300;
  color: black;
  text-align: center;
  font-weight: bold;
}

#riderAlertWrapper .table-header-cell {
  padding: 6px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}
#riderAlertWrapper #search-box {
  text-align: center;
  margin: 10px 0;
}

#riderAlertWrapper #searchInput {
  width: 90%;
  max-width: 400px;
  padding: 10px 14px;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
