input {
  width: auto;
}

select {
  width: auto;
}

.select-wrapper,
.form-control,
.input-group-addon,
.input-group .form-control {
  width: auto;
}

.ui-autocomplete-input {
  width: 100% !important;
}

legend {
  margin-bottom: 2px;
}

/*
.form-item.we-fixed {
  padding: 10px 0 10px 100px;
  position: relative;
}

.form-item.we-fixed label {
  left: 0;
  position: absolute;
}
*/
.form-item.we-fixed label:not(.option) {
  display: block;
  float: left;
  width: 150px;
  padding: 1px;
  margin: 5px 0 0;
  text-align: right;
}

.node-form .form-text {
  display:inline;
  width:auto;
}

div.form-inline .input-group {
  margin-right: 10px;
}

.fixed-select label {
  display: inline-block;
  width: 300px;
  text-align: right;
  margin-right: 5px;
}

.fixed-select select {
  width: 300px;
  margin-bottom: 10px;
  box-sizing: content-box;
}
