legend,
label {
  font-size: 1.25rem;
  line-height: 1.5;
}

legend {
  margin-bottom: 0.25rem;
}

label {
  margin-bottom: 0;
}

input[type=checkbox]+label,
input[type=radio]+label {
  margin-left: 0;
  padding-top: 0 !important;
  padding-left: 27px;
  min-height: unset;
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
  width: 20px;
  height: 20px;
  top: 5px;
}

input[type=checkbox]+label:after,
input[type=radio]+label:after {
  width: 10px;
  height: 10px;
  top: 10px;
  left: 5px;
}

table {
  line-height: 1.5;;
}

thead {
  background: var(--ksu-lavender);
  border-top: 4px solid var(--ksu-purple);
}

tfoot td,
tfoot th,
thead td,
thead th,
tbody td,
tbody th {
  padding: 0.5rem;
}

tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}

form div {
  line-height: 1;
}

@media (min-width: 48em) {
  .graduates {
    display: grid;
    grid-template-columns: 25% 1fr;
    grid-gap: 30px
  }
}

.graduates__filter {
  padding: 1rem;
  border: 1px solid var(--ksu-gray-20);
  border-top: 4px solid var(--ksu-purple);
}