/* CSS Document */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  word-break: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-style: normal;
  text-decoration: inherit;
  vertical-align: inherit;
  color: inherit;
  border: none;
  box-sizing: border-box; }

body {
  text-decoration: none;
  word-break: break-all; }

a {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

button {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

sup {
  font-size: 0.75em;
  vertical-align: super; }

sub {
  font-size: 0.75em;
  vertical-align: sub; }

img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }

form input[type="submit"],
form input[type="reset"],
form button[type="submit"],
form button[type="reset"] {
  width: 6rem;
  box-shadow: 0 0 0 1px #000;
  margin: 0 0.5em;
  line-height: 1.25em;
  padding: 0.875em; }
  form input[type="submit"]:hover,
  form input[type="reset"]:hover,
  form button[type="submit"]:hover,
  form button[type="reset"]:hover {
    cursor: pointer; }

input,
textarea,
select {
  padding: 0.5em;
  box-shadow: 0 0 0 1px #000;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  max-width: 100%; }

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal; }

input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal; }

input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal; }

input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal; }

input:placeholder-shown {
  color: rgba(0, 0, 0, 0.3);
  font-weight: normal; }

input[type="radio"], input[type="checkbox"] {
  width: 1em;
  height: 1em;
  background-color: #fff; }
  input[type="radio"]:checked, input[type="checkbox"]:checked {
    background-color: #000;
    box-shadow: 0 0 0 1px #000, 0 0 0 0.125em #fff inset; }

input[type="radio"] {
  border-radius: 50%; }

select {
  padding-right: 1.5em;
  background-image: url(../images/select.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5em) 50%;
  background-size: 0.5em; }

/*# sourceMappingURL=reset.css.map */