* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

html {
    padding: 3rem;
    font-family: Lato, sans-serif;
    color: white;
    line-height: 1.5;
    background-color: hsl(210, 80%, 40%);
}

a {
    font-family: "Lato Black", sans-serif;
    color: hsl(60, 100%, 50%);
}

cite {
    font-style: italic;
}

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

q::before, q::after {
    content: "";
}

h1 {
    margin-bottom: 2rem;
    text-align: center;
    font-size: 2rem;
}

ol {
    counter-reset: steps;
}

li {
    display: flex;
    flex-direction: row;
    counter-increment: steps;
}

li:not(:last-child) {
    margin-bottom: 2rem;
}

li::before {
    content: counter(steps) ".";
    order: 1;
    margin-right: 1rem;
    font-size: 3rem;
    line-height: 1;
}

figure {
    flex: 1;
    order: 3;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

p {
    order: 2;
    max-width: 18em;
    margin-right: 2rem;
}

html, body {
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

section {
    position: relative;
    flex: 1;
}

table {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 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 {
    font-size: 0.675rem;
    vertical-align: middle;
    font-family: Lato, sans-serif;
}

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

tbody th small::after {
    content: ")";
}

.week {
    text-align: left;
}

.contents {
    text-align: center;
}

.time {
    text-align: center;
}

.examination {
    text-align: left;
}

@media print {
    * {
        color: black !important;
        border-color: black !important;
        background-color: transparent !important;
    }
}
