* {
    margin: 0;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
a,
img,
strong,
sub,
b,
u,
i,
ul,
ol,
li,
form,
label {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}

a:active,
a:hover,
a:focus,
input:active,
button:active,
button,
textarea:focus,
input:focus,
ins {
    text-decoration: none;
    outline: 0;
}

a img {
    border: none;
    cursor: pointer;
}

img {
    max-width: 100%;
}

input,
select,
button,
textarea {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    overflow: visible;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button[disabled],
input[disabled] {
    cursor: default;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary {
    display: block;
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    border: 0;
}

dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}