@media screen and (min-width: 400px) {
  input[name=warningsHour] {
    width: 5em;
  }

  input[name=cellphoneNumber] {
    width: 8em;
  }

  select[name=areaWrapper] {
    width: 230px;
  }
}
.subscriptionList {
  padding-left: 2em;
}

.subscriptionInfo span {
  font-weight: bold;
}

.cancel {
  color: blue;
  font-style: italic;
  font-size: 0.7em;
  cursor: pointer;
}

.cancel:hover {
  text-decoration: underline;
}

.cancel:active {
  text-decoration: none;
}

.smallNotice {
  font-size: 0.7em;
}

.termsOfUseCheckbox {
  font-size: 0.8em;
}

.termsOfUseLinkForCheckbox {
  font-size: 1.1em;
  color: #0092ff;
  font-weight: bold;
}

form > ul > li {
  margin-top: 2em;
}

form > ul > li > label {
  font-weight: bold;
}

form ul.niceCheckboxButton li {
  line-height: 1.8em;
  margin-top: 0;
  margin-bottom: 0;
}

form label.selectAll,
form ul.niceCheckboxButton li label {
  width: auto;
  display: inline;
  margin: 0;
  padding: 0;
  vertical-align: initial;
  font-size: 1.2em;
}

form label.selectAll {
  width: 100%;
  height: 24px;
  display: inline-block;
  margin-bottom: 3px;
  font-size: 1em;
  font-weight: normal;
  color: crimson;
}

form input[type=checkbox].selectAll,
form ul.niceCheckboxButton input[type=checkbox] {
  margin: 0;
  padding: 0;
  vertical-align: text-top;
  margin-top: 2px;
}

form ul.hide {
  display: none;
}

/*# sourceMappingURL=sportor.css.map */
