*,
*::before,
*::after {
  box-sizing: border-box;
}
html, body, h2,
table, th, td,
form, fieldset, legend,
input, button {
  margin: 0;
  padding: 0;
}
fieldset {
  border: none;
}
input,
button {
  font-family: inherit;
  font-size: inherit;
}
img {
  border: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
table {
  border-collapse: collapse;
  width: 100%;
}
td {
  border-top: 1px solid #eee;
}
caption {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  z-index: -1;
}