* {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: baseline;
  outline: none;
  font-size: 100%;
  font-style: inherit;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html, body {
  height: 100%;
  font-size: 100%;
}

ul, li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type="submit"] {
  cursor: pointer;
}

input[type="number"] {
  -moz-appearance: textfield;
}

button {
  background-color: transparent;
  cursor: pointer;
}