/**
 * CSS Reset.
 */

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
html,
body,
form,
legend,
fieldset {
  margin: 0;
  cursor: default;
  padding: 0;
}

a,
button {
  cursor: pointer;
}

img,
fieldset {
  border: 0;
}

legend {
  color: #000;
}

li {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th,
td,
caption {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

input,
select,
textarea {
  font-size: 110%;
  line-height: 1.1;
}

abbr,
acronym {
  border-bottom: .1em dotted;
  cursor: help;
}
