.report-form .warning-message {
  padding: 8px;
}
.report-form .property.radio-buttons {
  margin-bottom: 0;
}
.report-form .property.radio-buttons .input > span {
  display: block;
  position: relative;
  margin: 0;
}
.report-form .property.radio-buttons .input > span input {
  position: absolute;
  top: 8px;
  left: 0;
  width: 13px;
  height: 13px;
}
.report-form .property.radio-buttons .input > span label {
  width: 100%;
  padding: 4px 0 0 21px;
}
.report-form .property.radio-buttons .input > span label span {
  display: block;
}
.report-form .property.radio-buttons .input > span label span:last-child {
  display: none;
}
@media only screen and (min-width: 992px) {
  .report-form .property.radio-buttons .input > span label span:last-child {
    display: block;
    color: #a3a3a3;
    font-size: 12px;
    line-height: 20px;
  }
}
.report-form .property.textarea textarea {
  height: 50px;
}
