body {
    margin: 0;
    font-family: 'FZYouSong GBK', 'FZYouSong', 'LXGW WenKai Mono', 'LXGW WenKai', serif;
    font-size: 1rem;
    color: #4a4a4a;
    font-weight: 400;
    line-height: 1.5rem;
}

body > div {
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width: 59em) {
    body > div {
        width: 80%;
    }
}

@media screen and (min-width: 1900px) {
    body > div {
        width: 30%;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Han Sans CN', 'Microsoft YaHei', sans-serif;
    line-height: 1.2em;
    color: black;
}

#table-of-contents {
    display: none;
}

.title {
    text-align: center;
}

.outline-2 > h2 {
    border-bottom: 1px solid black;
}

a {
    text-decoration: none;
    color: #6166dc;
}

ul, ol {
    padding: 0 1em;
}

.post-info {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.post-entry {
    width: 100%;
    padding: 0;
}

.post-entry > li {
    list-style: none;
    border: 1px solid;
    border-radius: 0.25rem;
    margin: 1rem 0;
    padding: 0 1rem;
}

.post-entry > li > p > a {
    font-family: sans-serif;
    font-size: 1rem;
    color: black;
}

.post-info > .post-tags > li {
    padding: 0.1rem 0.7rem;
    border: 0.1rem solid lightgrey;
    border-radius: 0.7rem;
    line-height: 1.65rem;
    list-style: none;
}

.post-info > .post-tags {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
}

p {
    text-align: justify;
    word-wrap: break-word;
}

pre,
code {
    font-family: "DejaVu Sans Mono", Monaco, "Courier New", Courier, monospace;
    font-size: 1rem;
}

code {
    word-wrap: break-word;
}

pre {
    overflow: auto;
    padding: .5em;
    background: #f3f3eb;
    border-radius: 5px;
    border: 1px solid gray;
}


img {
    display: block;
    margin: 1em auto;
    width: 100%;
    height: auto;
    border: 1px solid #cccccc;
    border-radius: 8px;
    background: #eeeeee;
}

.table-container {
    overflow-x: auto;
}

table {
    min-width: 100%;
    max-width: 300px;
    white-space: nowrap;
    border-collapse: collapse;
    border-top: 2px solid;
    border-bottom: 2px solid;
}

thead {
    border-bottom: 1px solid;
    text-align: left;
}

th, td {
    padding: 6px;
}

tbody tr:nth-child(even) {
    background-color: #FAFAFA;
}

#postamble {
    border: 1px solid gray;
    border-radius: .25em;
    margin: 2em auto;
}

#postamble p {
    margin: .5em;
    text-align: center;
}

.footdef sup {
    vertical-align: middle;
    font-size: 1rem;
}

.footpara {
    display: inline;
}

blockquote {
    width: 100%;
    margin-inline-start: 0;
    margin-inline-end: 0;

}

blockquote p {
    white-space: normal;
    border-left: 4px solid #EAEAEA;
    padding: 10px;
    background-color: #F8F8F8;
    margin: 0;

}
