table th {
    text-align: center;
    color: #003C80;
    font-weight: 500;
}

table td {
    text-align: center;
}

.table thead th {
    border: none;
    background-color: #F7F7F7;
    vertical-align: middle;
}

.table th, .table td {
    border: none;
    vertical-align: middle;
    padding: 20px 15px;
}

table tr {
    background-color: #F7F7F7;
}

    table tr:nth-child(odd) {
        background-color: #fff;
    }

table th P {
    color: #4a4a4a;
}

table th:first-child {
    text-align: start;
    max-width: 365px;
    min-width: 95px;
}

.tab-content {
    margin-top: 20px;
}

    .tab-content:first-child {
        margin-top: 40px;
    }

.tab-content-inner {
    margin-top: 20px;
}

.yield .table thead th {
    text-align: start;
}

.f-service thead th:first-child, .f-service tbody th {
    width: 60%;
    font-weight: 400;
    padding: 20px 15px;
}

.f-service tbody th {
    color: #4a4a4a;
    font-weight: 400;
}

.f-service thead th, .f-service tbody td {
    font-weight: 400;
}

.tablist {
    position: relative;
}

    .tablist .collapse {
        position: absolute;
        width: 100%;
        z-index: 1;
    }

    .tablist .collapsing {
        position: absolute;
        width: 100%;
        z-index: 1;
    }

    .tablist .tablist-btn {
        position: relative;
        width: 100%;
        padding: 20px;
        background-color: #003C80;
        border: 1px solid #003C80;
        color: #fff;
        user-select:none;
    }
        .tablist .tablist-btn.accessibleShow {
            background-color: #fff;
            border: 1px solid #ced4da;
            color: #000000;
        }

.tablist-btn .tablist-icon {
    display: block;
    background: url('../images/drop-down.svg') no-repeat scroll center;
    width: 30px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 17px;
    transform: rotate(-90deg);
}

.tablist-btn[aria-expanded='true'] .tablist-icon {
    display: block;
    background: url('../images/drop-down.svg') no-repeat scroll center;
    width: 30px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 24px;
    transform: rotate(0deg);
}

.tablist-wrap {
    width: 100%;
    flex-wrap: wrap;
    background-color: #003C80;
}

    .tablist-wrap .nav-link, .tablist-wra .tablist-item a, .tablist-wra .tablist-item a:hover {
        color: #fff;
    }

    .tablist-wrap .nav-link {
        height: auto;
        line-height: normal;
        padding: 20px;
    }

        .tablist-wrap .nav-link:hover, .tablist-wrap .nav-link:focus {
            text-decoration: none;
            border-bottom: none;
            background-color: #00254e;
        }

    .tablist-wrap > .tablist-item {
        width: 100%;
    }

@media (max-width:992px) {
    .yield .table tbody th, .table tbody td {
        text-align: start;
        padding: 10px 10px;
    }

    .yield table th:first-child {
        padding: 10px 20px;
    }

    .yield table tr:nth-child(odd) {
        background-color: #F7F7F7;
    }

    .yield .table {
        margin-bottom: 0px;
    }

    .table th, .table td {
        padding: 10px;
    }

    .f-service tbody td {
        text-align: center;
        padding: 20px 10px;
    }

    .f-service thead th:first-child, .f-service tbody th {
        width: 50%;
    }

    .f-service thead th span {
        display: block;
    }
}

@media (max-width:576px) {
    table th:first-child {
        min-width: 70px;
    }

    table th:last-child {
        max-width: 35px;
    }

    .table th, .table td {
        max-width: 43px;
        padding: 10px 3px;
    }

    .table tbody th, .table tbody td {
        word-break: break-all;
    }

    table th:first-child {
        padding: 10px 0 10px 2px;
    }

    .yield table th:first-child {
        width: 150px;
        padding: 10px;
    }

    .yield .table th, .table td {
        padding: 10px;
    }

    .f-service thead th:first-child, .f-service tbody th {
        width: 35%;
    }

    .f-service th:first-child {
        padding: 20px 0 20px 5px;
    }
}
