/*Reset*/
.BysideWindow::before, .BysideWindow::after {
  content: "";
  display: table;
}

.BysideWindow::after {
  clear: both;
}

.BysideWindow * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: inherit;
}

.BysideWindow img {
  border: 0;
  vertical-align: bottom;
}

.BysideWindow a {
  text-decoration: none;
  color: inherit;
}

.BysideWindow b {
  font-weight: bold;
}

.BysideWindow select,
.BysideWindow input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline-style: none;
}

.BysideWindow select[type="button"],
.BysideWindow input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline-style: none;
}

.BysideWindow select[type="submit"],
.BysideWindow input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline-style: none;
}

.BysideWindow select[type="reset"],
.BysideWindow input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline-style: none;
}

.BysideWindow select:invalid,
.BysideWindow input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.BysideWindow select:hover,
.BysideWindow input:hover {
  cursor: pointer;
}

.BysideWindow select::-ms-expand {
  display: none;
}

.BysideWindow .BysideClearfix::before, .BysideWindow .BysideClearfix::after {
  content: "";
  display: table;
}

.BysideWindow .BysideClearfix::after {
  clear: both;
}

.BysideWindow label::before, .BysideWindow label::after {
  content: "";
  display: table;
}

.BysideWindow label::after {
  clear: both;
}
/*# sourceMappingURL=reset.css.map */