body {
    margin: 40px auto;
    max-width: 1024px;
    padding: 0 10px;
    font-size: 16px
}

p {
    text-align: justify
}

img {
    max-width: 100%
}

blockquote {
    font-style: italic;
    overflow-wrap: break-word
}

ol, ul {
    padding-left: 2em
}

ol {
    list-style: decimal
}

ul {
    list-style: circle
}

table {
    margin-left: auto;
    margin-right: auto;
}

table.footnote {
    margin-left: 0;
    margin-right: 0;
}

.caption {
    font-size: .8em;
    color: #999;
    margin-top: 10px
}

.footnote {
    font-size: .8em
}

.figure {
    text-align: center
}

.article-date {
    font-style: italic
}

.article-header {
    margin-bottom: 20px
}

.author-img {
    margin-bottom: 10px
}

#nav-list {
    padding-left: 0;
    list-style: none;
    text-align: center
}

#article-list {
    padding-left: 0;
    list-style: none
}

#article-list h1 {
    font-size: 1.5em
}

#footer {
    font-size: .8em
}

#left-footer, #right-footer {
    text-align: center;
    margin-bottom: 10px
}

@media screen and (min-width: 48em) {
    #left-footer {
        text-align: left;
    }

    #right-footer {
        text-align: right;
    }
}
