@import "../document.css";

h1 {
    font-size: 2rem;
}

p.synopsis {
    font-size: 1.25rem;
}

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";
}

.week {
    text-align: left;
}

.contents {
    text-align: center;
}

.session {
    text-align: center;
}

.time, .topic {
    display: block;
}

.topic {
    margin-top: 0.5rem;
}

.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;
}

@media print {
    td, th {
        border-color: black;
        border-width: 1pt;
    }

    a {
        text-decoration: none !important;
        font-family: "Lato", sans-serif !important;
    }
}
