/* --------- this is used to flatten all browsers specific rules ---------*/
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, a, img,
strong, ol, ul, li, form, label, dl, dt, dd,
table, tbody, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}