body {
    font-family: "PT Serif", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 1.4;
}
@media only screen and (max-device-width: 480px) {
    body { font-size: 16px; }
    p {
	margin: 5px;
	padding: 2px;
    }
}
p {
    font-weight: 400;
    line-height: 1.58;
}
li {
    padding: 3px;
}
#content, #postamble {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    box-sizing: border-box;
}
#content {
    padding: 5px;
}
#postamble {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
}
#postamble p {
}
#feedback {
    padding: 15px 0;
}
#feedback button {
    padding: 3px 20px;
}
#footer {
    color: rgba(0,0,0,.44);
    background-color: transparent;
}

h1, h2, h3 {
    font-family: "Open Sans", sans;
    font-weight: 700;
}
h1 {
    font-size: 200%;
    margin-left: -3.25px;
    line-height: 1.04;
    letter-spacing: -.03em;
}
h2 {
    font-size: 150%;
    margin-left: -2.25px;
    line-height: 1.15;
    letter-spacing: -.02em;
}
a {
    color: #81A4CD;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px dashed rgba(0,0,0,.44);
}
a:link {
}
a:visited {
}
a:hover {
}
input, select, textarea, button {
    font-family: inherit;
    font-size: 80%;
}

.footpara:nth-child(2) { display: inline; }
.footpara { display: block; }
.footdef  { margin-bottom: 1em; }

table {
    width: 80%;
    border-collapse: collapse;
    border-color: grey;
}
table.inline {
    margin: 20px;
}
table td, table th, caption {
    line-height: 1.5;
}
.large-table {
    width: 120%;
    line-height: 1.5;
}
.large-table th, .large-table td {
    padding: 10px;
}
th {
    text-align: left;
    border-bottom: 2px solid #eceeef;
}
td {
    border-top: 1px solid #eceeef;
}
code {
    color: #6C6ED1;
}
pre {
}
pre.src {
    overflow-x: auto;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 3px solid #81A4CD;
}
pre.large-src {
    width: 120%;
}

.center {
    text-align: center;
}
