.article-content {
    font-size: 16px;
    line-height: 1.8;
}

.article-content a {
    color: #06c;
}

.article-content section {
    padding: 1em 0;
}

.article-content section p {
    /* text-indent: 2em; */
    padding-bottom: 0.5em;
    text-align: justify;
}

.article-content section p ol,
.article-content section li ol {
    padding-left: 1em;
}

.article-content section li {
    text-align: justify;
}

.article-content .table-holder {
    overflow: auto;
}

.article-content .data-table {
    width: 100%;
    border: 0 none;
    border-collapse: collapse;
    font-size: 12px;
    /* table-layout: fixed; */
}

.article-content .data-table th {
    white-space: nowrap;
}

.article-content .data-table th,
.article-content .data-table td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 0.5em;
    line-height: 1.5;
}

.article-content .data-table th {
    background-color: #f5f5f5;
    line-height: 1.2;
}

.article-content .data-table th:nth-child(1),
.article-content .data-table td:nth-child(1) {
    width: 3em;
}

.article-content .data-table th:nth-child(2),
.article-content .data-table td:nth-child(2) {
    width: 6em;
    white-space: nowrap;
}

.article-content .data-table td:nth-child(3) {
    width: 6em;
}

.article-content .data-table .align-left {
    text-align: left;
}

@media (max-width: 767px) {
    .article-content {
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
    }

    .article-content .data-table {
        width: auto;
    }

    .section-11 .data-table td:nth-child(4) {
        width: 6em;
    }
}