#your_eye_care_costs {
  border-collapse: collapse;
  margin-top: 1rem;
}

#your_eye_care_costs caption,
#your_eye_care_costs th,
#your_eye_care_costs td {
  padding: 0.25em;
  border: 1px solid #CCCCCC;
}

#your_eye_care_costs caption {
  background-color: rgba(151, 0, 0, 0.3);
  border: 1px solid rgba(151, 0, 0, 0.4);
  font-size: 1.25em;
  font-weight: 800;
}

#your_eye_care_costs th[scope=col] {
  background-color: rgba(151, 0, 0, 0.1);
  border-color: rgba(151, 0, 0, 0.3);
}

#your_eye_care_costs th[scope=row],
#your_eye_care_costs tr:first-of-type th[scope=col]:first-of-type {
  background-color: rgba(151, 0, 0, 0.2);
  border-right-color: rgba(151, 0, 0, 0.3);
  border-bottom-color: #777777;
}

#your_eye_care_costs td {
  padding: 0.25em;
  border: 1px solid #CCCCCC;
  border-bottom-color: #444444;
}
