.zajl_container {
    padding-top: 3rem;
}
.toc-h1 {
    font-weight: bold;
    margin-left: 0;
}

.toc-h2 {
    margin-left: 20px;
}

.toc-h3 {
    margin-left: 40px;
}

#tableOfContents li a {
    text-decoration: none;
}
.postImg {
    height: 300px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}
.postImg-small {
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
}

.cat-link {
    text-decoration: none;
}
.cat-link:hover {
    text-decoration: underline;
}
.article-content img {
    height: auto !important;
    max-width: 100% !important;
    display: block;
    margin: 1em auto;
}
.article-content {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.article-content img,
.article-content svg,
.article-content video,
.article-content iframe {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.article-content table {
    width: 100% !important;
    max-width: 100%;
    display: block;
    overflow-x: auto;
}

.article-content pre,
.article-content code {
    white-space: pre-wrap;
}

.article-content .row {
    margin-left: 0;
    margin-right: 0;
}
.article-content [style*="width:"] {
    max-width: 100% !important;
}
.article-content a {
    word-break: break-all;
}
