img,
dl,
dt,
dd,
p,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
body,
html,
input {
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
}

i {
  font-style: normal;
}

input {
  background: none;
  outline: none;
  border: 1px solid #000;
}

button {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fff;
  border: 1px solid #000;
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

div {
  box-sizing: border-box;
}
