
.responsive-table {
    width: 100%;
    overflow: auto;
    margin-bottom: 24px;
}


.page-table {
    border-radius: 10px;
    font-size: 16px;
}

.page-table tr {
    border-bottom: 1px solid #F6F7F9;
}

.page-table tr:last-child {
    border-bottom: 0;
}

.page-table.large tr {
    border-width: 2px;
}

.page-table.large td {
    padding: 12px 24px;
}

.page-table.pt-style-1 td:last-child {
    font-weight: 600;
}
