@import url('/css/template/');

table#vaccinationDates {
  width: 100%;
}

table#vaccinationDates th {
  white-space: nowrap;
  padding: 0 .5em;
}

table#vaccinationDates td {
  padding: .25em .5em;
}

table#vaccinationDates td.p-date,
table#vaccinationDates td.v-date {
  text-align: center;
  white-space: nowrap;
}

div#schedule {
  overflow: auto;
}

ul#permissionSlips li {
  float: left;
  width: 48%;
  text-align: center;
}
