.tariff-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    background-color: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-family: 'TildaSans', Arial, sans-serif;
}
.tariff-table td{
    font-family: 'TildaSans', Arial, sans-serif;
    border-top-width: 0;
    border-bottom-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    vertical-align: top;
    border-color: #d9d9d9;
    font-weight: 300;
}

.tariff-table th,
.tariff-table td {
    padding: 16px 20px;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    font-size: 16px;
    color: #4d4c4c;
}

.tariff-table th {
    font-weight: 600;
    font-size: 17px;
    border-bottom: 2px solid #000;
    color: #000000;
}

.tariff-table .highlight {
    background-color: #f0f0f0;
}
