/* Base Reset - loads after legacy style.css to override */
*{box-sizing:border-box}
html,body{height:100%;margin:0}
button,input,select{font:inherit}
img{max-width:100%;display:block}

