.apollo-dynamic-table-wrap {
    max-width: 100%;
    margin: 1.5em 0;
    color: #132b52;
    font-family: Roboto, Arial, sans-serif;
}

.apollo-dynamic-table-title {
    margin: 0 0 12px;
    color: #1f4d85;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.apollo-dynamic-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    font-size: var(--apollo-table-cell-font-size, 12px);
    line-height: 1.45;
}

.apollo-dynamic-table-scroll {
    max-height: 330px;
    overflow: auto;
    border: 1px solid #dbe2eb;
    border-radius: 4px;
}

.apollo-dynamic-table th,
.apollo-dynamic-table td {
    padding: 12px 16px;
    border: 0;
    border-bottom: 1px solid #e6ebf1;
    text-align: left;
    vertical-align: top;
}

.apollo-dynamic-table th {
    background: #1f4d85;
    color: #ffffff;
    font-weight: 700;
    font-size: var(--apollo-table-header-font-size, 15px);
    position: sticky;
    top: 0;
    z-index: 1;
}

.apollo-dynamic-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.apollo-dynamic-table tbody tr:last-child td {
    border-bottom: 0;
}
