.mdl.md-compare .tablewrap{overflow-x:auto;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius,0)}
.mdl.md-compare table{width:100%;border-collapse:collapse;min-width:660px;font-family:var(--sans);font-size:var(--t-fs,14.5px)}
.mdl.md-compare th,.mdl.md-compare td{padding:16px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}
.mdl.md-compare thead th{font-weight:500;color:var(--muted);font-size:13px}
.mdl.md-compare tbody th{font-weight:600;color:var(--ink)}
.mdl.md-compare td{color:var(--muted)}
.mdl.md-compare td.yes{color:var(--yes-c,var(--forest));font-weight:600}
.mdl.md-compare tr.us{background:var(--us-bg,var(--tint))}
.mdl.md-compare tr.us th{color:var(--yes-c,var(--forest))}
.mdl.md-compare tr:last-child th,.mdl.md-compare tr:last-child td{border-bottom:0}
@media(max-width:620px){
  .mdl.md-compare table{font-size:var(--t-fs-m,12.5px);min-width:560px}
  .mdl.md-compare th,.mdl.md-compare td{padding:11px 10px}
  .mdl.md-compare thead th{font-size:11.5px}
}
