@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

pre,
code {
    /* font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; */
    font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
}

pre {
    padding: .5rem;
    line-height: 1.25;
    overflow-x: auto;
}

a,
a:visited {
    color: #0969c8
}

a:hover,
a:focus,
a:active {
    color: #0969ee;
}

.modest-no-decoration {
    text-decoration: none;
}

html {
    font-size: 12px;
}

@media screen and (min-width: 32rem) and (max-width: 48rem) {
    html {
        font-size: 15px;
    }
}

@media screen and (min-width: 48rem) {
    html {
        font-size: 16px;
    }
}

body {
    line-height: 1.5;
    word-wrap: break-word;
}

p{
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 1.3rem;
    text-align: justify;
}

h1,
h2,
h3,
h4,
h5,
h6{
    /*font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    /*margin: 1.8rem 0 .5rem;*/
    margin-bottom: 16px;
    margin-top: 24px;
    font-weight: 600;
    line-height: 1.25;
}

h1{
    font-size: 2em;
}

h2{
    font-size: 1.5em;
}

h3{
    font-size: 1.25em;
}

h4{
    font-size: 1em;
}

h5{
    font-size: .9em;
}

h6{
    font-size: .85em;
}


h1,
h2{
    border-bottom: 1px solid #d8dee4;
    margin-bottom: .9rem;
    padding-bottom: .3rem;
}

h4, h5, h6{
    margin-top: 1rem;
}

small{
    font-size: .707em;
}

/* https://github.com/mrmrs/fluidity */

img,
canvas,
iframe,
video,
svg,
select,
textarea {
    max-width: 100%;
}

html {
    font-size: 16px;
    max-width: 100%;
}

body {
    color: #1f2328;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    margin: 0 auto;
    max-width: 48rem;
    line-height: 1.45;
    padding: .25rem;
}

blockquote {
    border-left: 8px solid #fafafa;
    padding: 1rem;
}

pre,
code {
    font-size: 1em;
    background-color: #f5f2f0;
    padding: 0 3px;
}

pre > code{
    padding-left: 0;
}

.breadcrumb {
    padding-bottom: 1rem;
    font-size: .85rem;
}

ul, ol{
    padding-left: 2em;
    margin-top: 0;
    margin-bottom: .9rem;

}
table {
    padding: 0;
    width: 100%;
    border-spacing: 0;
    margin-bottom: 2em;
}
table tr {
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}
table tr:nth-child(2n) {
    background-color: #fff;
}
table tr th,
table tr td{
    margin: 0;
    padding: 8px;
    line-height: 1.42857143;
}
table tr th {
    background-color: #fff;
    font-weight: bold;
    text-align: left;
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
table tr td {
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
