.html-content a {
    text-decoration: underline;
    color: #006dbc;
    transition: .3s ease
}

.html-content p {
    margin-bottom: 8px
}

.html-content li {
    list-style: circle;
    margin-left: 16px
}

.html-content ol li {
    list-style: decimal
}

.html-content figure {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

    .html-content figure img {
        margin-left: auto;
        border-radius: 4px;
        margin-right: auto
    }

    .html-content figure.image-style-side {
        margin-right: 0 !important
    }

.html-content a:hover {
    filter: brightness(1.2)
}

.html-content td {
    font-size: 14px
}

.html-content tr {
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.html-content table {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 6px
}

.html-content h1, .html-content h2, .html-content h3, .html-content h4, .html-content h5, .html-content th {
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -.64px
}

.html-content h1, .html-content h2, .html-content h3, .html-content h4, .html-content h5 {
    margin-bottom: 24px
}

.html-content h1 {
    font-size: 40px
}

.html-content h2 {
    font-size: 32px
}

.html-content h3 {
    font-size: 28px
}

.html-content h4 {
    font-size: 24px
}

.html-content th {
    font-size: 18px
}

.html-content td, .html-content th {
    padding: 8px 16px;
    border-right: 1px solid rgba(0,0,0,.1)
}

.html-content img {
    margin-top: 12px;
    margin-bottom: 12px
}

.html-content figure.table {
    overflow-x: auto;
    width: 100%;
    display: flex
}

.html-content blockquote {
    padding-left: 24px;
    border-left: 2px solid rgba(0,0,0,.1);
    display: flex
}

.html-content [color="#397b21"] {
    color: #037a3d
}

.html-content [color="#000000"], .html-content [style="color: rgb(0, 0, 0);"] {
    color: #4a5c7a !important
}

.html-content [style="font-size: 18px;"] {
    font-size: 24px !important
}

@media (max-width:768px) {
    .html-content h1, .html-content h2, .html-content h3, .html-content h4, .html-content h5 {
        margin-bottom: 18px
    }

    .html-content h1 {
        font-size: 32px
    }

    .html-content h2 {
        font-size: 24px
    }

    .html-content h3 {
        font-size: 20px
    }

    .html-content h4, .html-content th {
        font-size: 18px
    }
}

.monochrome {
    font-family: "Segoe UI Symbol", "Apple Color Emoji", sans-serif;
    color: #004996;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
