/* Forms */
.fieldset-title {
  white-space: nowrap;
}

textarea {
  overflow: auto;
}

.input-units-wrap,
input[type="text"],
input[type="password"],
textarea,
select {
  border-radius: 3px 3px 3px 3px;
}

html.js input.form-autocomplete {
  background-position: 100% 5px;
  background-size: 20px 53px;
}
html.js input.throbbing {
  background-position: 100% -21px;
}
