html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

ul,
li,
p,
strong,
h3,
table,
form,
tr,
td,
ol,
dl,
dd,
dt,
map,
area,
h1,
h3,
h2,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:focus,
input:focus,
p:focus,
div:focus,
span:focus,
li:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-only;
  contenteditable: "false";
}

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

i {
  font-style: normal;
}

a {
  text-decoration: none;
  outline: none;
  color: #fff;
  *hide-focus: expression(this.hideFocus=true);
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none;
  padding: 0;
  margin: 0;
}