.fi-ta-table th,
.fi-ta-table td {
    border-right: 1px solid rgba(148, 163, 184, 0.25);
}

.fi-ta-table th:last-child,
.fi-ta-table td:last-child {
    border-right: 0;
}

.fi-ta-table thead tr {
    border-bottom: 1px solid rgba(148, 163, 184, 0.35);
}

.fi-ta-table tbody tr {
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.fi-ta-table tbody tr:hover {
    background-color: rgba(148, 163, 184, 0.08);
}
