/* IE has a rounding error when using 62.5% (10px at default) so we halve it
on html to allow us to use 125% on body */
html { font-size: 50%; }
body { font-size: 125% !important; }


