main {
    max-width: 750px;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 50px;
}

main header {
    display: none;
}

main img {
    width: 100%;
    border-radius: 10px;
}

main a {
    color: var(--orange);
    cursor: pointer;
}

main h1 {
    border-left: 10px solid var(--orange);
    font-size: 36px;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

main h1 a {
    display: none;
}

main p {
    font-size: 20px;
    margin-top: 10px;
    text-align: justify;
    text-justify: inter-word;
}

.article-content p:not(:first-child) img {
    margin-top: 20px;
}

main img + em {
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    border-left: 2px solid var(--orange);
    padding-left: 10px;
    font-size: 16px;
    color: var(--gray);
}

main ul {
    list-style: disc;
    font-size: 20px;
    margin-left: 40px;
    margin-top: 10px;
}

main ol {
    list-style: decimal;
    font-size: 20px;
    margin-left: 40px;
    margin-top: 10px;
}

.toc ul {
    margin-top: 2px;
}

#article-sidebar time {
    font-style: italic;
    text-align: center;
    display: block;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

main nav ul {
    display: block;
}

main nav ul li a:hover {
    color: var(--orange);
}

main nav ul li a {
    color: var(--orange);
}

main nav ul li:first-child a {
    color: var(--orange);
}

main h2 a {
    display: none;
}

main h3 a {
    display: none;
}

main h4 a {
    display: none;
}

main h5 a {
    display: none;
}

main h2 {
    margin-top: 20px;
    font-size: 32px;
}

main h3 {
    margin-top: 20px;
    font-size: 29px;
}

main h4 {
    margin-top: 20px;
    font-size: 26px;
}

main h5 {
    margin-top: 20px;
    font-size: 23px;
}

.list-of-tags li {
    border-radius: 10px;
    background-color: var(--orange);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.list-of-tags li a {
    color: white;
}

ul.list-of-tags {
    display: flex;
    font-size: 16px;
    margin-left: 0;
    flex-wrap: wrap;
}

main table {
    margin-top: 15px;
    font-size: 20px;
}

main tbody, main th, main tr, main td {
    border: 1px solid var(--table-border);
}

main td, main th {
    padding: 7px 10px;
}

main th {
    background-color: var(--th);
}


@media (max-width: 800px) {
    main {
        margin: 0 20px 0 20px;
    }

    #_1 {
        border-left: none;
        font-size: 26px;
        padding-left: 0;
        margin-top: 0;
        line-height: 30px;
        margin-bottom: 0;
        order: -2;
    }

    .article-content {
        display: flex;
        flex-direction: column;
    }

    .article-content p:first-child {
        order: -1;
    }

    main nav ul li {
        border-bottom: none;
    }

    main nav ul li a {
        margin-left: 0;
    }

    main nav ul {
        margin-top: 10px;
    }

    img.inline {
        display: none;
    }
}

blockquote {
    background: var(--th);
    border-left: 10px solid var(--orange);
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    line-height: inherit;
    font-size: inherit;
    font-style: italic;
}

.admonition.important {
    background-color: var(--th);
    border-radius: 10px;
    margin: 10px 0 1em 0;
    min-height: 20px;
    padding: 10px 10px 10px 36px;
    position: relative;
}

.admonition-title {
    font-weight: bold;
}

img.inline {
    float: right;
    width: 30%;
    margin-left: 20px;
    margin-bottom: 15px;
}
