#TOCbar {
    text-align: left;
    position: fixed;
    width: auto;
    color: #2f7cff;
    font-size: 1em;
    height: auto;
    top: 4em;
    right: 0;
    margin: .25em
}

#TOCbarTab {
    float: left;
    width: 2.5em;
    border: 1px solid #e5e5e5;
    color: #2f7cff;
    border-right: none;
    font-size: 1em;
    text-align: center;
    background: #fff
}

span.TOCbarNavSign {
    float: left;
    width: 2.5em;
    color: #2f7cff;
    font-size: 1em;
    text-align: center;
    font-weight: 700;
    margin-top: .5em;
    margin-bottom: .5em
}

#TOCbarContents {
    float: left;
    overflow: auto;
    overflow-x: hidden;
    padding: .3em;
    color: #2f7cff;
    font-size: 1em;
    width: 18em;
    min-height: 5em;
    max-height: 50em;
    border: 1px solid #e5e5e5;
    border-right: none;
    background: #fff
}

#TOCbarContents dl {
    margin: 0;
    padding: 0
}

#TOCbarContents dt {
    padding-left: .2em;
    margin-left: 0
}

#TOCbarContents dd {
    padding-left: 1.5em;
    margin-bottom: 0
}

#TOCbarContents dd, dt {
    cursor: pointer
}

#TOCbarContents dd:hover, dt:hover {
    color: #fff;
    background: #2f7cff
}

html body h1 {
    font-size: 32px;
    font-size: 2rem;
    margin: 0 0 16px;
    margin: 0 0 1rem;
    font-weight: 700
}

html body h2 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 20px 0 16px;
    margin: 20px 0 1rem;
    font-weight: 700
}

html body h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 15px 0 16px;
    margin: 15px 0 1rem;
    font-weight: 700
}

html body h4 {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 10px 0 16px;
    margin: 10px 0 1rem;
    font-weight: 700
}

h5, h6 {
    font-size: 16px;
    font-size: 1rem;
    color: #777;
    margin: 8px 0 16px;
    margin: 8px 0 1rem;
    font-weight: 700
}

html body a:not([href]) {
    color: inherit;
    text-decoration: none
}

html body a {
    color: #56b981;
    text-decoration: none;
    font-weight: 700
}

html body a:hover {
    color: #00a3f5;
    text-decoration: none
}

body hr {
    font-size: 1em;
    padding-bottom: .3em
}

blockquote {
    border-left: 4px solid #42b983;
    color: #858585;
    margin: .5em 0;
    padding: 6px 10px;
    background-color: rgba(66, 185, 131, .1)
}

div.codehilite {
    padding: .5em;
    margin: .5em 0
}

pre {
    margin-bottom: 0
}

p {
    margin: .25rem 0;
    display: block;
    margin-inline-start: 0;
    margin-inline-end: 0;
    white-space: pre-wrap;
    orphans: 4
}

ul, ol {
    margin-bottom: 0
}

#sowread_post_body p {
    line-height: 1.6rem;
    word-spacing: .05rem
}

#sowread_post_body table {
    width: 100%;
    overflow: auto;
    break-inside: auto;
    text-align: left;
    padding: 0;
    word-break: initial;
    margin: 0 !important;
    border: 1px solid gray
}

#sowread_post_body table tr:nth-child(2n), thead {
    background-color: #fafafa
}

#sowread_post_body thead {
    display: table-header-group
}

#sowread_post_body table tr {
    border-top: 1px solid #dfe2e5;
    margin: 0;
    padding: 0
}

#sowread_post_body tr {
    break-inside: avoid;
    break-after: auto
}

#sowread_post_body table thead th {
    background-color: #f2f2f2
}

#sowread_post_body table tr th {
    font-weight: 700;
    border-width: 1px 1px 0;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #dfe2e5;
    border-right-color: #dfe2e5;
    border-left-color: #dfe2e5;
    border-image: initial;
    border-bottom-style: initial;
    border-bottom-color: initial;
    text-align: left;
    margin: 0;
    padding: 6px 13px
}

#sowread_post_body tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit
}

#sowread_post_body table tr td {
    border: 1px solid #dfe2e5;
    text-align: left;
    margin: 0;
    padding: 6px 13px
}

#sowread_post_body h2 {
    padding-bottom: .5em;
    border-bottom: 1px solid #ddd
}

#sowread_post_body img {
    max-width: 100%;
    height: auto;
    margin: .5em auto
}

img[src*='#center'] {
    display: block;
    margin: .5em auto
}

.post-copyright {
    margin: 2em 0 0;
    padding: .5em 1em;
    border-left: 3px solid #ff1700;
    background-color: #f9f9f9;
    list-style: none
}

/* 动态为footer添加类fixed-bottom */
.fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
}

/*.navbar .nav-item:not(:last-child) {*/
/*    margin-right: 35px;*/
/*}*/

/*.dropdown-toggle::after {*/
/*    transition: transform 0.15s linear;*/
/*}*/

/*.show.dropdown .dropdown-toggle::after {*/
/*    transform: translateY(3px);*/
/*}*/

/*.dropdown-menu {*/
/*    margin-top: 0;*/
/*}*/