/* Base/reset styles - applied to all media */
html { font-size: 100%; box-sizing: border-box; }
*, *::before, *::after { box-sizing: inherit; }
body { margin: 0; padding: 0; }
img { border: 0; max-width: 100%; height: auto; display: block; }
ul, ol { margin: 0; padding: 0; }
li { list-style: none; }
a { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
p { margin: 0; }
table { border-collapse: collapse; }
input, button, select, textarea { font: inherit; }
