p {
    font-size: 14px;
    margin: 12px 0;
    text-align: justify;
}

h1 {
    font-size: 32px;
    font-weight: bold;
    color: #373737;
    margin: 17px 0;
}

h2 {
    font-size: 28px;
    font-weight: bold;
    color: #373737;
    margin: 16px 0;
}

h3 {
    font-size: 24px;
    font-weight: bold;
    color: #373737;
    margin: 15px 0;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    color: #373737;
    margin: 14px 0;
}

h5 {
    font-size: 16px;
    font-weight: bold;
    color: #373737;
    margin: 13px 0;
}

h6 {
    font-size: 13px;
    font-weight: bold;
    color: #373737;
    margin: 12px 0;
}

ul {
    list-style-type: none;
    padding-left: 13px;
}

li {
    font-size: 13px;
}

th {
    text-align: left;
    padding-right: 12px;
}

td {
    font-size: 13px;
    margin: 0px;
    padding-right: 10px;
}

td > p {
    margin: 0px;
    font-size: 13px;
    text-align: left;
}

#book_title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 4px;
}

#book_published_date {
    font-size: 16px;
    color: dimgrey;
    margin: 0px;
}

#book_authors {
    font-size: 14px;
    margin: 4px 0px;
}

#book_intro {
    font-style: italic;
    font-size: 15px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgb(194, 194, 194);
    color: #204d75;
}

sup {
    color: #255ca2;
}

.footnote {
    font-size: 12px;
}