.tbr_page--contents {
    position: relative;
    color: var(--bs-gray-800);
}

.tbr_page--contents img {
    max-width: 100%;
    height: auto;
}

.tbr_page--contents table {
    width: 100%;
    border: 1px solid var(--bs-gray-300);
}

.tbr_page--contents table tr th,
.tbr_page--contents table tr td {
    border-right: 1px solid var(--bs-gray-300);
    padding: 2px 6px;
}

.tbr_page--contents table tr th p:last-child,
.tbr_page--contents table tr td p:last-child {
    margin-bottom: 0;
}

.tbr_page--contents .text-tiny { font-size: 80%; }
.tbr_page--contents .text-small { font-size: 90%; }
.tbr_page--contents .text-big { font-size: 110%; }
.tbr_page--contents .text-huge { font-size: 120%; }

.tbr_page--contents blockquote {
    padding-left: 20px;
    border-left: 4px solid var(--bs-gray-300);
}

.tbr_page--contents blockquote p {
    font-style: italic;
}

.tbr_page--contents blockquote p:last-child {
    margin-bottom: 0;
}

.tbr_page--contents figure.table {
    overflow-y: auto;
}

.tbr_page--contents figure.image {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.tbr_pdf--container {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .tbr_pdf--container iframe {
        max-width: 100%;
    }
}