.mdv-fm-table {
    border-collapse: collapse;
    width: 100%;
}

.mdv-fm-table th,
.mdv-fm-table td {
    text-align: left;
}
.mdv-fm-table tbody tr {
    transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.mdv-fm-table tbody tr:hover {
    background: var(--mdv-fm-table-row-hover-background, transparent);
}
