body, html {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

:focus {
    outline: none;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a, a:visited, a:hover, a:active {
    color: inherit;
}

legend {
    padding: 0;
    display: table;
  }
  fieldset {
    border: 0;
    padding: 0.01em 0 0 0;
    margin: 0;
    min-width: 0;
  }
  body:not(:-moz-handler-blocked) fieldset {
    display: table-cell;
  }
  
  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  menu {
      margin: 0;
      padding: 0;
      display: inline-block;
  }