p {
    font-size: 14px;
    margin: 12px 0;
    text-align: left;
}

h1 {
    font-size: 36px;
    font-weight: 900;
    color: #373737;
    margin: 17px 0;
}

h2 {
    margin: 16px 0;
    color: white;
    background-color: #217844;
    border-top-right-radius: 10000px;
    border-bottom-left-radius: 10000px;
    font-size: 20px;
    font-style: italic;
    font-weight: 900;
    display: inline-block;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 5px;
    padding-top: 3px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin: 15px 0;
    background-color: #a34040;
    border-top-right-radius: 10000px;
    border-bottom-right-radius: 10000px;
    font-size: 14px;
    font-style: italic;
    font-weight: 900;
    display: inline-block;
    padding-right: 40px;
    padding-left: 35px;
    padding-bottom: 5px;
    padding-top: 3px;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    color: #373737;
    margin: 14px 0;
}

h5 {
    font-size: 17px;
    font-weight: bold;
    color: #373737;
    margin: 13px 0;
}

h6 {
    font-size: 16px;
    font-weight: bold;
    color: #373737;
    margin: 12px 0;
}

li {
    font-size: 13px;
}

table {
    border-spacing: 0px;
    display: inline-block;
    border-right: 1px solid rgb(223, 223, 223);
    border-bottom: 1px solid rgb(223, 223, 223);
    padding-bottom: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 1px 1px 2px rgb(241, 241, 241);
}

th {
    text-align: left;
    padding-right: 12px;
    font-weight: 900;
    font-size: 13px;
    padding-bottom: 4px;
    border-bottom: .1px solid #d8d8d8;
}

@media (max-width: 420px) {
    table {
        width: 100%;
    }
    th {
        min-width: 70px;
    }
    th:last-child {
        width: 100%;
    }
}

@media (min-width: 421px) {
    table {
        min-width: 320px;
    }
    th {
        min-width: 80px;
    }
    th:last-child {
        width: 100%;
    }
}

td {
    font-size: 13px;
    margin: 0px;
    padding-right: 10px;
}

td > p {
    margin: 0px;
    font-size: 13px;
    text-align: left;
}

#article_title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 4px;
}

#article_published_date {
    font-size: 16px;
    color: dimgrey;
    margin: 0px;
}

#article_authors {
    font-size: 14px;
    margin: 4px 0px;
}

#article_intro {
    font-style: italic;
    font-size: 15px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgb(194, 194, 194);
    color: #204d75;
}

b {
    font-weight: 600;
}