* {
  margin: 0;
  padding: 0;

  outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  background: transparent;

  font-size: 100%;
  vertical-align: baseline;
}

html, body {
  width: 100%;
  height: 100%;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  line-height: 1;

  cursor: default;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

:focus {
  outline: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;

  border: 0;
}

input,
textarea {
  border-radius: 0;
}

input::-ms-clear,
textarea::-ms-clear {
  display: none;
}

input:-moz-ui-invalid,
textarea:-moz-ui-invalid {
  border: 0;
  outline: none;

  box-shadow: none;
}

a {
  transition: color 0.1s ease-out, border-color 0.1s ease-out;
}

a img {
  border: none;
}

input[type='submit'] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

th,
td {
  vertical-align: top;
}

label {
  user-select: none
}
