<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.table-default {
    width: 100%;
    border: none;
    margin-bottom: 20px;
    border-collapse: separate;
}
.table-default thead th {
    font-weight: bold;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: #4574b8;
    font-size: 14px;
    border-top: 0px solid #4574b8;
    color: #ffffff;
}
.table-default tr th:first-child, .table-default tr td:first-child {
    border-left: 0px solid #4574b8;
}
.table-default tr th:last-child, .table-default tr td:last-child {
    border-right: 0px solid #4574b8;
}
.table-default thead tr th:first-child {
    border-radius: 20px 0 0 0;
}
.table-default thead tr th:last-child {
    border-radius: 0 20px 0 0;
}
.table-default tbody td {
    text-align: left;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    vertical-align: top;
}
.table-default tbody tr:nth-child(even) {
    background: #F8F8F8;
}
.table-default tbody tr:last-child td{
    border-bottom: 0px solid #4574b8;
}
.table-default tbody tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
}
.table-default tbody tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}</pre></body></html>