@import "../document.css";

h2 {
    text-align: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

td, th {
    padding: 0.75em;
    background-color: hsl(210, 80%, 35%);
    border: 1px solid hsl(210, 80%, 40%);
    line-height: 1;
}

th {
    font-family: "Lato Black", sans-serif;
}

tbody th {
    text-align: left;
}

tbody th small {
    vertical-align: middle;
    font-family: Lato, sans-serif;
}

tbody th small::before {
    content: "\2003";
}

tr > :nth-child(1) { width: 15%; }
tr > :nth-child(2) { width: 12.5%; }
tr > :nth-child(3) { width: 12.5%; }
tr > :nth-child(4) { width: 12.5%; }
tr > :nth-child(5) { width: 17.5%; }
tr > :nth-child(6) { width: 30%; }

.week {
    text-align: left;
}

.contents {
    text-align: center;
}

.time {
    text-align: center;
}

.examination {
    text-align: left;
}

.schedule {
    max-width: none;
}

.schedule p {
    text-align: center;
}

.alert strong {
    text-transform: uppercase;
    color: hsl(60, 100%, 50%);
}

.alert .secondary[href] {
    font-family: "Lato Black", sans-serif;
}
