

.centered {
    text-align: center;
}
body {
    color: black;
    font-size: 125%;
    line-height: 150%;
    background-color: #f0f0f0;
    font-family: 'CMU Serif', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-variant-ligatures: none;
    /* font-family: Atkinson, Arial, sans-serif; */
}
.title {
    text-align: left;
    margin-bottom: 1rem;
}
#content {
    margin: 0 auto;
    margin-top: 5rem;
    margin-bottom: 5rem;
    width: 50%;
}
@media screen and (max-width: 1360px) {
    #content { width: 60%; }
}
@media screen and (max-width: 960px) {
    #content { width: 70%; }
}
@media screen and (max-width: 700px) {
    #content { width: calc(100% - 2rem); margin: 1rem; }
}
@media print {
    body { font-size: 100%; }
    #content { width: 100%; margin: 0 auto; }
}
a {
    color: black;
}
.footer {
    font-size: 80%;    
}
.cite-area {
    font-size: 80%;
}
.right-align {
    text-align: right;
}
code {
    font-family: monospace;
    font-size: 1em;
}
.code {
    padding-left: 150px;
}
.sub-comment {

}
.sub-comment a {

}

blockquote {
    border-left: 2px black solid;
    margin-left: 1rem;
    padding-left: 1rem;
}
pre.src {
    background-color: black;
    color: white;
    font-family: monospace;
    font-size: 1em;
}
pre {
    font-family: monospace;
    font-size: 1em;
    line-height: 100%;
}
    
img {
    width: 100%;
}
