/* reset */
html {
  min-height: 100%;
}
body {
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  padding: 0;
  margin: 0;
}
a,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span {
  line-height: 1em;
  font-weight: 400;
}
ul {
  list-style: none;
}
ul li {
  vertical-align: top;
}
a {
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
}
a:hover {
  text-decoration: none;
}
img {
  border: 0;
  display: block;
}
fieldset,
form,
input,
label,
select,
textarea {
  padding: 0;
  margin: 0;
  font-weight: 400;
}
fieldset {
  border: none;
}
input,
select,
textarea {
  font-size: 14px;
}
input,
textarea {
  outline: 0;
}
span {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  text-transform: inherit;
}
