body,
div,
ul,
li,
h1,
h2,
h3,
h4,
form,
input,
textarea,
p,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-spacing: 0
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: '';
}

table {
    border-collapse: collapse;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
}

input,
textarea,
select {
    font-size: 100%
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    font-size: 100px;
}

* {
    outline: none;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

img {
    display: block;
    width: 100%;
    border: 0
}