.header h2 {
    color: #999;
}

.header h2.quote {
    font-style: italic;
    font-size: 1.6em;
    margin-bottom: 0;
}  

.header h2.quote i.fas.fa-quote-left {
    vertical-align: text-top;
}

.header h2.quote i.fas.fa-quote-right {
    padding-left: 4px;
    vertical-align: text-bottom;
}

.fa-xs {
    font-size: .5em;
}

.header h3.from {
    font-style: italic;
    color: #999;
    font-size: .6em;
    margin-top: .5em;
}  

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

.post-meta {
    font-size: 95%;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

h1 {
    line-height: 1.1em
}
h2 {
    line-height: 1.1em
}

div.content blockquote {
    font-size: 1.1em;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-left: 1em;
    border-left: 4px solid rgba(170,170,170,0.5);
}

code:not([class]) {
    background-color: rgba(0, 0, 0, 0.07);
    color: rgb(50, 50, 50);
}

body {
    color: #333
}

div.content img {
    max-width: 100%;
    height: auto;
    display: block;
}

div.content li+li a {
    display: inline-flex;
    margin-top: .4em;
}

.post-meta li {
    display: inline-flex;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.post-meta a {
    white-space: nowrap;
    display: inline-block;
    margin-bottom: .5em;
}

.post-meta a:hover, a:focus {
    text-decoration: none;
}

.post-meta a li:hover, a li:focus {
    background-color: #eee;
}

.post-meta span, li {
    padding: 0 .2em 0 .3em;
}

/* for smaller screen */
@media (max-width: 38em) {
    .header h1 {
        font-size: 2em;
    }  
    .header h2.quote {
        font-size: 1.2em;
    }
    h1 {
        font-size: 1.5em;
    }
    h2 {
        font-size: 1.3em;
    }
    h3 {
        font-size: 1.1em;
    }
    code.hljs {
        font-size: .9em;
    }
    time :after {
        content: '\A';
        white-space: pre;
    }
    span.after_date {
        display: none;
    }
    div.content li+li a.break {
        display: inline;
    }
}
    
.content {
    max-width: var(--content-width);
}

.toc details summary {
    cursor: zoom-in;
    padding-left: 1em;
}

.toc details[open] summary {
    cursor: zoom-out
}

div.toc-item  {
    font-size: .9em;
}

#TableOfContents li {
    margin-bottom: .3em;
}

#TableOfContents li+li a {
    margin-top: 0;
}

#TableOfContents ul {
    margin-block-start: .3em;
    line-height: normal;
}
