.escort-schedule {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}

.escort-schedule th,
.escort-schedule td {
  border: 1px solid #ddd;
  padding: 8px 10px;
  text-align: left;
}

.escort-schedule th {
  background: #f5f5f5;
  font-weight: 600;
}