/* paragraphs */
.content .page_content p {
    margin-bottom: 20px;
}
.content .page_content p a {
    font-weight: 500;
}


/* inline images */
.content .page_content img {
    display: block;
    width: 100%;
}
.content .page_content p:last-of-type > img {
    margin-bottom: 0;
}


/* lists */
.content .page_content ul,
.content .page_content ol {
    margin-bottom: 20px;
}
.content .page_content ul li {
    list-style-type: disc;
    margin-left: 20px;
}

.content .page_content ol li {
    list-style-type: decimal;
    margin-left: 20px;
}


/* tables */
.content .page_content table {
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 20px;
}
.content .page_content table tr td {
    border: 1px solid #ccc;
    padding: 10px;
}


/* blocks */
.content .page_content blockquote {
    display: block;
    padding: 1em;
    background: var(--lightblue);
    margin-bottom: 20px;
}
.content .page_content code {
    display: inline-block;
    /* padding: 0 0.25em; */
    color: var(--darkbrown);
    white-space: pre-wrap;
    font-size: 1.2em;
}

.content .page_content code[class^=language-] {
    display: block;
    margin-bottom: 20px;
    padding: 1em;
    background: var(--darkbrown);
    color: var(--background);
    font-size: 1em;
}

/* markup */
.content .page_content pre {
    white-space: normal;
}
.content .page_content sup {
    vertical-align: top;
    font-size: smaller;
}
.content .page_content sub {
    vertical-align: bottom;
    font-size: smaller;
}


/* margins */
.content .page_content p:last-of-type,
.content .page_content ul:last-of-type,
.content .page_content ol:last-of-type,
.content .page_content blockquote:last-of-type {
    margin-bottom: 0;
}
.content .page_content p:last-of-type + h2,
.content .page_content p:last-of-type + h3 {
    margin-top: 20px;
}
.content .page_content p:last-of-type + ul,
.content .page_content p:last-of-type + ol,
.content .page_content p:last-of-type + blockquote {
    margin-top: 20px;
}
.content .page_content ul:last-of-type + h2,
.content .page_content ul:last-of-type + h3 {
    margin-top: 20px;
}
.content .page_content ul:last-of-type + p,
.content .page_content ul:last-of-type + ol,
.content .page_content ul:last-of-type + blockquote {
    margin-top: 20px;
}
.content .page_content ol:last-of-type h2,
.content .page_content ol:last-of-type h3 {
    margin-top: 20px;
}
.content .page_content ol:last-of-type + p,
.content .page_content ol:last-of-type + ul,
.content .page_content ol:last-of-type + blockquote {
    margin-top: 20px;
}
.content .page_content blockquote:last-of-type + h2,
.content .page_content blockquote:last-of-type + h3 {
    margin-top: 20px;
}
.content .page_content blockquote:last-of-type + p,
.content .page_content blockquote:last-of-type + ul,
.content .page_content blockquote:last-of-type + ol {
    margin-top: 20px;
}


/* downloads and links */
.content .links {
    margin-top: 20px;
}
.content .links a {
    display: flex;
    align-items: center;
    flex-wrap: nowrap; 
}
.content .links img {
    width: 16px;
    height: 16px;
    margin-right: 20px;   
}
.content .links.algvoorw { margin-top: 30px; border-top: 1px solid #ecf1f6; }
.content .links.algvoorw a { padding: 8px 0; border-bottom: 1px solid #ecf1f6; }
.content .links.algvoorw a img.svg-icon { margin-right: 12px; filter: invert(66%) sepia(74%) saturate(7260%) hue-rotate(169deg) brightness(102%) contrast(76%); }
.content .links.algvoorw a:hover img.svg-icon { filter: none; }
