div,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
hr,
img {
    margin: 0;
    padding: 0;
}

hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

body {
    color: #2a333c;
    background-color: #fff;
    word-wrap: break-word;
    -webkit-tap-highlight-color: transparent;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    background-color: transparent;
}


/* .icon {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    transform: translate(0,0);
    line-height: 1;
} */

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    background-color: transparent;
}