table {
  font-family: sans-serif;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 20px;
}

caption,
th,
td {
  border: 1px solid #000;
}

caption {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 0;
}

.heading {
  text-transform: uppercase;
  font-size: 18px;
}

.heading-weekend {
  color: red;
}

.weekend {
  color: red;
  font-size: 16px;
  font-weight: 600;
}
