.doc-content table {
    width:100%;
    margin-bottom: 2em;
    table-layout: fixed;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.doc-content table tbody td {
    border-bottom: 1px solid #f0f0f0;
    padding: 5px 10px;
}
.doc-content table thead td {
    font-weight: bold;
    background-color: #124093;
    color:#fff;
    padding: 10px;
}
.doc-content table tbody tr:nth-child(even) {
    background-color: #f0f0f0;
}
.doc-content small {
    color: #aaa
}
.doc-content .row img {
    margin-bottom: 0.5rem;
}