.shortAnswer, textarea {
  padding: 3px 5px;
}
textarea {
  resize: none;
}
button {
  padding: 3px 5px;
}
.dropDown, .select2-selection.select2-selection {
  display: block;
  padding: 3px 5px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.select2-selection__arrow {
  display: block;
  padding: 3px 0;
  line-height: 1.42857143;
}
.select2-selection.select2-selection {
  height: 25px;
}