/**
 * A very simple reset that sits on top of Normalize.css.
 */

body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin:  0;
  padding: 0;
}


/**
 * Remove trailing margins from nested lists.
 */

li > {

  ol,
  ul {
    margin-bottom: 0;
  }

}


/**
 * Remove default table spacing.
 */

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

/**
 * Remove default link styling.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Remove default list style.
 */

li {
  list-style-type: none;
}

/**
 * Reset heading sizes
 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/**
 * Reset buttons
 */

button {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
}