
figure.table {
    width: 100%;
    overflow-x: visible;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    max-height: 35rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: auto;
    max-width: none;

}
table td,
table th,
table {
    border: 1px solid black;
    border-collapse: collapse;
    font-size: 0.8rem;
    padding: 1px 5px;
}

table > tr td:nth-child(1), table > tr th:nth-child(1) {
    max-width: 40em;
}

figcaption + table {
    margin-top: 1rem;
}
figure + div + figure,
figure + figure {
    margin-top: 2rem;
}

p.title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 4rem;
    text-align: center;
}
body.title-page > section > p {
    text-align: center;
}

