/*
This document has been created with Marked.app <http://marked2app.com>
Content is property of the document author
Please leave this notice in place, along with any additional credits below.
---------------------------------------------------------------
Title: Tiny Theme
Author: Matt Langford <MattLangford.com>
Description: Tiny Theme (based on Micro.blog's Tiny Theme)
---
*/

body {
    -webkit-font-smoothing: antialiased;
    font: system-ui, sans-serif;
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}

li {
}

li li {
}

li p {
    margin: .5em 0;
}

h1 {
    color: #000;
    font-size: 2em;
    margin: .6563em 0;
}

h2 {
    color: #000;
    font-size: 1.7em;
    margin: .875em 0;
}

h3 {
    color: #000;
    font-size: 1.5em;
    margin: 1em 0;
}

h4 {
    color: #000;
    font-size: 1.3em;
    margin: 1.1667em 0;
}

h5 {
    color: #000;
    font-size: 1.1em;
    margin: 1.3em 0;
}

h6 {
    font-size: 1em;
    margin: 1.5em 0;
}

body,p,td,div {
    color: #000;
    font-family: system-ui, sans-serif;
    word-wrap: break-word;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.2em;
}

a {
    color: #1565C0;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

hr {
    margin: 2em 0;
    border: none;
    text-align: center;
}

hr::before {
content: "•••••";
display: block;
color: #1565C0;
}

.footnote {
    color: #1565C0;
    vertical-align: super;
}

#wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

pre {
    background: #e3e3e3;
    color: #000;
    padding: 1em;
    border-radius: 5px;
    margin: 1em 0;
}

p code, ul code, ol code, dl code {
    background: #e3e3e3;
    color: #000;
    border-radius: 5px;
    padding: 2px 4px;
}

dd {
    margin-bottom: 1em;
}

li > p:first-child {
    margin: 0;
}

ul ul,ul ol {
    margin-bottom: .4em;
}

caption,col,colgroup,table,tbody,td,tfoot,th,thead,tr {
    border-spacing: 0;
}

table {
    border: 1px solid rgba(0,0,0,0.25);
    border-collapse: collapse;
    display: table;
    empty-cells: hide;
    margin: -1px 0 23px;
    padding: 0;
    table-layout: fixed;
}

caption {
    display: table-caption;
    font-weight: 700;
}

col {
    display: table-column;
}

colgroup {
    display: table-column-group;
}

tbody {
    display: table-row-group;
}

tfoot {
    display: table-footer-group;
}

thead {
    display: table-header-group;
}

td,th {
    display: table-cell;
}

tr {
    display: table-row;
}

table th,table td {
    font-size: 1.1em;
    line-height: 23px;
    padding: 0 1em;
}

table thead {
    background: rgba(0,0,0,0.15);
    border: 1px solid rgba(0,0,0,0.15);
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

table tbody {
    background: rgba(0,0,0,0.05);
}

table tfoot {
    background: rgba(0,0,0,0.15);
    border: 1px solid rgba(0,0,0,0.15);
    border-top: 1px solid rgba(0,0,0,0.2);
}

figure {
    display: inline-block;
    position: relative;
    margin: 1em 0 2em;
}

figcaption {
    font-style: italic;
    text-align: center;
    background: white;
    color: #666;
    position: absolute;
    left: 0;
    bottom: -24px;
    width: 98%;
    padding: 1%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

figure:hover>figcaption {
    /* background: rgba(0,0,0,1) */
}

.poetry pre {
    display: block;
    font-family: Georgia, Garamond, serif !important;
    font-size: 110% !important;
    font-style: italic;
    line-height: 1.6em;
    margin-left: 1em;
}

.poetry pre code {
    font-family: Georgia, Garamond, serif !important;
}

blockquote p {
    background: #fffee0;
    border-left: 4px solid #e5d600;
    padding: 1em;
    border-radius: 0 5px 5px 0;
    margin: 1em;
}

sup,sub,a.footnote {
    font-size: 1.4ex;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: super;
}

sub {
    vertical-align: sub;
    top: -1px;
}

p {

}

dt,th {
    font-weight: 700;
}

table tr:nth-child(odd),table th:nth-child(odd),table td:nth-child(odd) {
    background: rgba(255,255,255,0.06);
}

table tr:nth-child(even),table td:nth-child(even) {
    background: rgba(200,200,200,0.25);
}

@media print {
    body {
        overflow: auto;
    }

    img,pre,blockquote,table,figure,p {
        page-break-inside: avoid;
    }

    #wrapper {
        background: #fff;
        color: #000;
    }
}

@media screen {
    .inverted, .inverted #wrapper { background:#111 !important }
    .inverted p,.inverted td,.inverted li,.inverted h1,.inverted h2,
    .inverted h3,.inverted h4, .inverted h5, .inverted h6, .inverted th {
        color:#eee ;
    }
    .inverted a { color:#fff;text-decoration:underline }
    #wrapper {
        background: transparent;
        padding:20px;
    }
    .inverted pre, .inverted p code, .inverted ul code, .inverted ol code, .inverted dl code, blockquote p {
        color: #000 !important;
    }

}
