/* Start custom CSS for html, class: .elementor-element-77dfccd5 */.table-download-link {
    text-align: center;
}

.table-download-link tbody>td, .table-download-link tbody>th {
    font-size: 14px;
    color: black;
}

.table-download-link thead>tr{
    background-color: var(--e-global-color-primary);
    color: white;
}

.table-download-link thead:first-child th{
    border-right-color: white;
    }


.table-download-link a{
    color: var(--e-global-color-accent);
    font-style: italic;
    font-size: 18px;
}

.table-download-link a:hover {
    text-decoration: underline;
    color: red;
}

span.old {
    color: red;
    font-weight: 500
}/* End custom CSS */