.details p {
    margin-top: .75em;
    font-size: 16px;
    line-height: 20px;
}
.details h1 {
    margin-top: .5em;
    font-size: 30px;
    line-height: 34px;
}
.details h2 {
    margin-top: 1em;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: -.25em;
}
.details h3 {
    margin-top: .5em;
    font-size: 18px;
    line-height: 21px;
}
.details h4 {
    margin-top: .5em;
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
}
.details h5 {
    margin-top: .5em;
    font-size: 14px;
    line-height: 18px;
}
.details h6 {
    margin-top: 2em;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
}
ul {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    padding-left: 20px;
}
ol li {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    padding-left: 20px;
    list-style-type: none;
}
li {
    margin-bottom: 5px;
}
table tr td {
    border:solid black 1px;
    font-size: 14px;
    line-height: 19px;
    padding: 5px;
}
article.details {
    max-width: 600px;
    font-family: sans-serif;
    padding: 0 24px;
    line-height: 150%;
    margin: auto;
}
