.inquiry-form.sidebar {
  padding: 5px;
}

.inquiry-form.sidebar .survey-question {
  margin: 0;
}

.survey-question label {
  font-size: .85em;
  margin-bottom: 0;
}

.survey-question input,
.survey-question select {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: .75em;
}

.survey-question input[type="submit"] {
  margin-bottom: 0;
}