/* normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
button, input, select {
    margin: 0;
}
/**
 * Remove the inheritance of text transform in Edge and IE.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
table {
  border-collapse: collapse;
}
td, th {
  padding: 0;
}