/* Extend approved option C to technical tables, without changing data or layout. */
main table,
main table :is(caption,thead,tbody,tfoot,tr,th,td,p,span,strong,b,a,li){
  font-family:'Empire Source Serif',Georgia,serif!important;
  font-optical-sizing:auto;
  font-variant-numeric:lining-nums tabular-nums;
  letter-spacing:0!important;
}
main table :is(th,td){font-size:16px!important;line-height:1.65!important}
main table td{font-weight:400}
main table th,main table :is(strong,b){font-weight:600!important}
main table caption{font-size:16px;line-height:1.6;font-weight:500}
@media(max-width:600px){main table :is(th,td){font-size:15px!important;line-height:1.6!important}}
