h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
pre,
blockquote,
figure,
hr {
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

a,
button,
input,
select,
textarea {
  color: inherit;
}

a,
button,
input,
select,
textarea,
[role='button'] {
  -webkit-tap-highlight-color: transparent;
  outline: 0 !important;
}

button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}

button * {
  pointer-events: none;
}

button,
textarea,
[type='button'],
[type='reset'],
[type='submit'],
[type='email'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='url'] {
  -webkit-appearance: none;
  border-radius: 0;
}

[type='image'] {
  border-radius: 0;
}

input[no-spin],
input[no-spin]::-webkit-inner-spin-button,
input[no-spin]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
