table.table-5,
table.table-5-col,
table.table-6-col {
    table-layout: fixed;
    width: 100%;
}
table.table-5 thead th {
    background-color: rgb(19, 94, 156);
}
table.table-5 thead th span {
    color: #ffffff;
}
table.table-5 thead th div {
    background: #eeeeee;
    border: 1px solid #cccccc;
    padding: 5px 10px;
}
table.table-5 tbody td {
    word-wrap: break-word;
}
table.table-5 tbody td div {
    background: #eeeeee;
    border: 1px solid #cccccc;
    padding: 5px 10px;
}
table.table-5-col thead th {
    background-color: rgb(19, 94, 156);
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
table.table-5-col thead th:nth-child(1) {
    width: 20%;
}
table.table-5-col thead th:nth-child(2) {
    width: 30%;
}
table.table-5-col thead th:nth-child(3),
table.table-5-col thead th:nth-child(4) {
    width: 15%;
}
table.table-5-col thead th:nth-child(5) {
    width: 20%;
}
table.table-5-col tbody td {
    vertical-align: top;
}
table.table-5-col a {
    display: block;
    word-wrap: break-word;
}
table.table-5-col ul.bullet {
    padding-left: 1rem;
    margin: 0.5rem;
}
table.table-5-col td:nth-child(3),
table.table-5-col td:nth-child(4) {
    text-align: center;
}
table.table-5-col td:nth-child(4) {
    padding: 0.5rem;
    word-wrap: break-word;
}
table.table-6-col thead {
    text-align: center;
}
table.table-6-col thead th {
    background-color: rgb(19, 94, 156);
    text-align: center;
    color: #ffffff;
}
table.table-6-col thead th:nth-child(1) {
    width: 20%;
}
table.table-6-col thead th:nth-child(2) {
    width: 18%;
}
table.table-6-col thead th:nth-child(3),
table.table-6-col thead th:nth-child(4) {
    width: 12%;
}
table.table-6-col thead th:nth-child(5) {
    width: 15%;
}
table.table-6-col thead th:nth-child(6) {
    width: 23%;
}
table.table-6-col td {
    text-align: center;
    word-wrap: break-word;
}
table.table-6-col td strong {
    font-weight: bold;
}