
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, progress, section, summary,
time, video, audio,
input, textarea, select, button,
datalist, keygen, optgroup, option,
meter, progress,
::-webkit-scrollbar {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
}

/* 1. Remove the margin in all browsers. */
body {
  margin: 0;
}

/* 2. Default font size */
body {
  font-size: 16px;
}

/* 3. Make sure the text is visible */
body {
  color: #333;
}

/* 4. Set the default background color */
body {
  background-color: #fff;
}

/* 5. Remove the default margin on headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/* 6. Set the default line-height on headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

/* 7. Remove the default margin on paragraphs */
p {
  margin: 0;
}

/* 8. Set the default line-height on paragraphs */
p {
  line-height: 1.5;
}

/* 9. Remove the default margin on lists */
ul, ol {
  margin: 0;
}

/* 10. Set the default list-style on lists */
ul, ol {
  list-style: none;
}

/* 11. Remove the default margin on list items */
li {
  margin: 0;
}

/* 12. Remove the default padding on links */
a {
  padding: 0;
}

/* 13. Remove the default underline on links */
a {
  text-decoration: none;
}

/* 14. Set the default color on links */
a {
  color: #333;
}

/* 15. Remove the default margin on images */
img {
  margin: 0;
}

/* 16. Set the default border on images */
img {
  border: 0;
}

/* 17. Remove the default margin on tables */
table {
  margin: 0;
}

/* 18. Set the default border-collapse on tables */
table {
  border-collapse: collapse;
}

/* 19. Set the default border-spacing on tables */
