.api-widget-table thead th {
    font-family: 'FrutigerLT45LightRegular', Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 25px;
    border: none;
}

.api-widget-table thead th:not(:first-child) {
    text-align: left;
}

.api-widget-table tbody tr td, .api-widget-table tbody tr td:first-child {
    color: black;
    line-height: initial;
    padding: 4px!important;
}

.api-widget-table tbody tr.separator, .api-widget-table tbody td.separator {
    font-weight: bold;
    padding: 10px 10px!important;
    line-height: 16px;
    font-family: 'FrutigerLT77CnBold', Arial,Helvetica,sans-serif;
}