/* ALL PAGE CONTENT MARKUP FROM EDITOR / IN CONTENT WINDOW */


/* paragraphs */
.content .page_content p {
    margin-bottom: 1.4em;
}
body.page1 .content .page_content p strong {
    /*font-family: "Bitter";*/
    line-height: 1.5;
}

/* inline images */
.content .page_content img:not(.dic-pic) {
    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: 1.4em;
}
.content .page_content ul li {
    list-style-type: disc;
    margin-left: 20px;
    /*margin-bottom: 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: 1.4em;
}
.content .page_content table tr td {
    border: 1px solid #ccc;
    padding: 10px;
}


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

.content .page_content code[class^=language-] {
    display: block;
    margin-bottom: 1.4em;
    padding: 1em;
    background: var(--main);
    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 {
    margin-top: 1em;
}
.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: 1.4em;
}
.content .page_content ul:last-of-type + h2 {
    margin-top: 1em;
}
.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: 1.4em;
}
.content .page_content ol:last-of-type h2 {
    margin-top: 1em;
}
.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: 1.4em;
}
.content .page_content blockquote:last-of-type + h2 {
    margin-top: 1em;
}
.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: 1.4em;
}


/* downloads and links */
.content .links {
    margin-top: 1.4em;
    margin-bottom: 1.4em;
}
.content .links a {
  /*  display: flex;
    align-items: flex-start;
    flex-wrap: nowrap; */
}
/*.content .links img {
    width: 16px;
    height: 16px;
    margin-right: 20px;   
}
*/