.aij-data-table {
    width: 100%;
    margin: 16px 0 22px;
    border: 1px solid #d8dee8;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 6px;
    background: #ffffff;
    color: #202631;
    font-size: 14px;
    line-height: 1.55;
}

.aij-data-table th,
.aij-data-table td {
    padding: 11px 13px;
    border-right: 1px solid #e3e7ed;
    border-bottom: 1px solid #e3e7ed;
    text-align: left;
    vertical-align: top;
}

.aij-data-table th:last-child,
.aij-data-table td:last-child {
    border-right: 0;
}

.aij-data-table tbody tr:last-child td {
    border-bottom: 0;
}

.aij-data-table thead th {
    background: #f3f5f7;
    color: #18202b;
    font-weight: 700;
}

.aij-data-table tbody tr:nth-child(even) td {
    background: #fafbfc;
}

.aij-contact-table td:nth-child(2) {
    white-space: nowrap;
    color: #164e63;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
}

.aij-contact-table td:last-child {
    color: #166534;
    font-weight: 600;
}

@media (max-width: 640px) {
    .aij-data-table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .aij-data-table th,
    .aij-data-table td {
        padding: 10px 12px;
    }
}
