body {
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    line-height: 1.5;
    font-family: 'Roboto Mono', monospace;
    text-transform: lowercase;
}

#maincontent {
    font-size: 0.82em;
}

nav {
    font-size: 0.9em;
}

html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

button {
    font-family: 'Roboto Mono', monospace;
}

.only-print {
    display: none
}

a {
    text-decoration-skip-ink: auto;
}


ul {
    margin: 1rem 0
}

ul ul {
    margin: 0
}

.small,
small {
    font-size: 14px
}


h1,
h2 {
    margin-bottom: .5rem;
    line-height: 1.25;
    font-weight: 600
}

h1 {
    font-size: 32px;
    letter-spacing: .004em
}

h2 {
    font-size: 1.3rem;
    letter-spacing: .009em
}

.limiter {
    /* max-width: 640px; */
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto
}

img {
    width: 100%;
}

.pad2y {
    padding-top: 20px;
    padding-bottom: 20px
}

.writing {
    display: grid;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr min-content
}

.writing a {
    font-weight: 500;
    letter-spacing: -.015em
}

.writing>div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.writing time {
    padding-right: .25em;
    font-variant-numeric: tabular-nums;
    letter-spacing: -.012em;
    white-space: pre
}

@media screen and (max-width:640px) {
    .limiter {
        width: auto
    }

    .writing {
        grid-template-columns: 1fr;
        grid-row-gap: 0
    }

    .writing div {
        white-space: normal
    }

    .writing time {
        padding-bottom: 20px
    }

}

@media screen and (min-width:640px) {
    .nu a {
        text-decoration: none
    }

    .nu a:hover {
        text-decoration: underline
    }
}

@media screen and (max-width:1024px) {
    .header-wrap {
        border-bottom: 1px solid #000;
    }


    .socialmedia {
        position: relative;
        bottom: 30px;
        margin: 0;
        padding: 0;
        top: 0px !important;
    }

    nav>div>ul>li {
        float: left;
        padding-right: 1em;
        margin-bottom: 2em;
    }

}

@media screen and (min-width:1025px) {
    .header {
        position: fixed;
        top: 2em;
        right: 50.5%;
        margin-right: 340px !important;
        letter-spacing: -.009em;
        border-right: solid;
        border-width: 1.5px;
        border-color: #777;
    }



    .content h1:first-child {
        margin-top: 0
    }
}

@media screen and (max-width:700px) {
    .hideifmobile {
        display: none;
    }


    image {
        height: 150px !important;
    }
}

@media screen and (min-width:701px) {
    .hideifmobile {
        display: block;
    }
}


@media screen and (max-width:500px) {
    .hideifmobile2 {
        display: none;
    }

    html * {
        font-size: 0.8rem !important;
    }


}

@media screen and (min-width:501px) {
    .hideifmobile2 {
        display: block;
    }
}


@media print {
    .no-print {
        display: none
    }

    .only-print {
        display: block
    }

    body {
        margin: 0
    }

    .limiter {
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important
    }
}

.m {
    color: #007f7f
}

.s {
    color: #d01040
}



pre {
    text-transform: none;
    margin-bottom: 20px;
    vertical-align: text-bottom;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    padding: 1em;
    text-shadow: none;
    background: #f5f7f9;
}


pre>code {
    text-transform: none;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    white-space: pre;
    word-break: normal;
}

pre code {
    text-transform: none;
    background-color: transparent;
    border: 0;
    display: inline;
    line-height: inherit;
    margin: 0;
    max-width: auto;
    overflow: visible;
    padding: 0;
    word-wrap: normal;
    font-size: 1.0rem;
}

pre {
    text-transform: none;
    word-wrap: normal;
    border-radius: 3px;
    line-height: 1.45;
    overflow: auto;
    padding: 16px;
}

code {
    text-transform: none;
    border-radius: 3px;
    margin: 0;
    padding: .2em .4em;
}

p.description {
    font-style: italic;
    margin-bottom: 0;
}

.bordered {
    width: 100%;
    /* max-width: 640px; */
    /*    border: 2px solid #8f8a8a54;*/
    background: #e2e2e2;
    ;
    border-radus: 1.5em;
    position: relative;
    left: -1em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 0.5em;
    margin-bottom: 0;
    clear: both;
}

.bordered>h1 {
    margin-top: 0;
}

.bordered>p {
    margin-bottom: 0;
}

blockquote {
    font-style: italic;
    border-left: 10px solid #ccc;
    padding: 0.5em 10px;
}



html {
    font-family: Roboto, arial, sans-serif;
    font-size: 18px;
    margin: auto;
    max-width: 700px;
}

pre,
code {
    font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
    ;
    background-color: #e2e2e2;
    color: #1b1b1b;
    border-radius: 3px;
}

pre {
    overflow: auto;
    word-wrap: normal;
    padding: 1em;
    line-height: 1.45;
    text-align: left;
}

pre code {
    background: transparent;
    display: inline;
    padding: 0;
    line-height: inherit;
    word-wrap: normal;
}

pre code::before,
pre code::after {
    content: normal;
}

pre>code {
    border: 0;
    white-space: pre;
    word-break: normal;
}

code {
    padding: 0.2em 0;
    margin: 0;
}

code::before,
code::after {
    letter-spacing: -0.2em;
    content: '\00a0';
}

img {
    width: 100%;
}



body,
.nolinkcolor a,
.nolinkcolor a:visited {
    background-color: #f1f1f1;
    color: #202124;
}

body.dark,
.dark .nolinkcolor a,
.dark .nolinkcolor a:visited,
.dark input,
.dark textarea,
.dark button {
    background: #202124;
    color: #bdc1c6;
}

.dark svg {
    stroke: #bdc1c6;
}

.dark .header-wrap {
    border-bottom: 1px solid #bdc1c6;
}

.dark img {
    filter: grayscale(1) brightness(0.8);
}

.dark pre,
.dark code {
    font-family: Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
    ;
    font-size: 16px;
    background-color: #303134;
    color: #dde1e6;
    border-radius: 3px;
}


a:hover {
    text-decoration: underline;
}

a,
a:visited {
    text-decoration: none;
    /* text-decoration-thickness: 1.5px; */
    color: #4285F4;
}


a:hover {
    text-decoration: underline;
}

.dark a {
    color: #8ab4f8;
    -webkit-tap-highlight-color: rgba(255, 255, 255, .1);
}

.dark a:visited {
    color: #c58af9;
}

#searchfield {
    border-color: #bdc1c6;
    border-width: 1px;
    padding-left: 0.25em;
    padding-right: 0.25em;
}

.mchimp {
    font-family: 'Roboto Mono', monospace;
    padding: 0.5em;
}

pre,
.chroma {
    background-color: #aaaaff33 !important;
    font-size: 0.1rem !important;
    padding: 0.5rem;
}

pre,
code,
.highlight {
    font-size: 0.7rem !important;
}

.lnlinks {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    margin-left: -0.25em;
}