/* Make the form labels and legends bolder */
div.form-group label,
fieldset.form-group legend {
  font-weight: bold;
  font-size: 16px;
}

/* Overriding some Bootstrap CSS rules to achieve the inline date select tags with margins */
div#playtester_birthday > select.col-sm-4 {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0.75rem 1rem; /* needed to proper render on mobile */
}

div#playtester_birthday > select.col-sm-4:nth-of-type(2) {
  margin: auto; /* Set margin auto on the second select */
}

/* Make checkbox labels clickable with pointer cursor */
.form-check-label {
  cursor: pointer;
}

/* Add rules for checkboxes description position and display */
small.form-check-description {
  display: block;
  margin-top: -0.2em;
  font-style: italic;
  padding-bottom: 0.5em;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/playtest/playtest-candidate.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AACA;AACA;AAAA;EAGE;EACA;;;AAGF;AACA;EAEE;EACA;EACA;;;AAGF;EAEE;;;AAGF;AACA;EAEE;;;AAGF;AACA;EAEE;EACA;EACA;EACA%22,%22file%22:%22playtest-candidate.output.css%22%7D */
