Border box sizing for all elements
/* apply a natural box layout model to all elements */ *, *:before, *:after { box-sizing: border-box; }