.paper-page .epigraph {
    border-left: 4px solid #b8c7d9;
    color: #4a4a4a;
    margin: 2em 0;
    padding: 0.5em 1.25em;
}

.paper-page .epigraph p {
    font-size: 1.1rem;
    font-style: italic;
    margin: 0;
}

.paper-page .epigraph footer {
    margin-top: 0.75em;
}

.paper-page .demo-figure img {
    height: auto;
    width: 100%;
}

.paper-page .transcript-table {
    table-layout: fixed;
    width: 100%;
}

.paper-page .transcript-table th[scope="row"] {
    width: 6.5rem;
}

.paper-page .transcript-table td p:first-child {
    margin-top: 0;
}

.paper-page .transcript-table td p:last-child {
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .paper-page .transcript-table,
    .paper-page .transcript-table tbody,
    .paper-page .transcript-table tr,
    .paper-page .transcript-table th,
    .paper-page .transcript-table td {
        display: block;
        width: 100%;
    }

    .paper-page .transcript-table th[scope="row"] {
        border-bottom: 0;
        box-sizing: border-box;
        padding-bottom: 0.2em;
    }

    .paper-page .transcript-table td {
        box-sizing: border-box;
        padding-top: 0.2em;
    }
}
