/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

body {
  margin: 0;
}

/* ... Additional normalize.css content ... */

/* Tables
   ========================================================================== */

table {
  border-collapse: collapse;
  border-spacing: 0;
}