html {
    box-sizing: border-box;
    max-width: 70ch;
    margin: auto;
    font-size: 1.25em;
    line-height: 1.4;
    color: #333;
}

*, *:before, *:after {
    box-sizing: inherit;
}

* {
    /* text-transform: lowercase; */
    font-family: serif;
    /* background-color: lightgrey; */
}

h1,h2,h3,h4,h5,h6 {
    font-family: sans-serif;
}

h1 {
    font-size: inherit;
    font-weight: inherit;
    text-decoration: underline;
}

h2 {
    font-size: inherit;
    font-weight: bold;
    text-transform: uppercase;
}

.text {
    display: none;
}

.text::after {
    content: "\a";
    white-space: pre;
}

input {
    height: 12px;
    width: 12px;
}

label::after {
    content: "\a";
    white-space: pre;
}

div.indent {
    padding: 0px 24px;
    background-color: whitesmoke;
}

date {
    color: red;
    font-family: sans-serif;
}

date::after {
    content: "\a";
    white-space: pre;
}

summary { color: black; }

th {
    text-align: left;
    font-weight: regular;
}

td {
    padding-right: 12px;
}

a:link { text-decoration: none; }

a:hover { text-decoration: underline; }

/* a:visited { color: blue; } */

a::before {
    content: "\a";
    white-space: pre;
}

a.remove::before { content: none;}