/* Peanuts Progress Bar */
.peanuts-progress .numbers > div {
  display: inline-block;
  margin-bottom: 6px;
}

/* Peanuts Form */
.peanuts-form form div.control-label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

.peanuts-form form .control-label {
  text-align: left;
}

#content .peanuts-form form abbr,
.peanuts-form form abbr {
  cursor: help;
  border-bottom: 0 none transparent;
}

.peanuts-form form .control-group.error .help-block {
  line-height: 30px;
}

.peanuts-form form .checkbox.inline input {
  margin-left: -20px;
}

.peanuts-form form .checkbox-custom {
  margin-top: 20px;
}

.peanuts-form form .checkbox-custom input {
  width: 39px;
}

.peanuts-form form .control-group.radio .controls label {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .peanuts-form form .control-group .controls {
    clear: left;
    margin: 0;
  }
}
