<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tariff-table {
  margin-bottom: 100px;
}

.tariff-table h1 {
  font-size: 35px;
  color: var(--theme-color);
}

.tariff-table .table-title {
  background: var(--theme-color);
}

.tariff-table .table-title tr th {
  color: var(--white-color);
}
</pre></body></html>