/* Mobile only: restack the SMSF comparison table into labelled rows. Scoped to table.pip-cmp so it cannot affect the rest of the page. Desktop keeps the columns. */ @media only screen and (max-width:600px){ table.pip-cmp, table.pip-cmp tbody, table.pip-cmp tr, table.pip-cmp td{ display:block !important; width:100% !important; box-sizing:border-box; } table.pip-cmp thead{ display:none !important;...