.editable-address {
  display: block;
  margin-bottom: 5px;
}
.editable-address span {
  /* width: 70px; */
  display: inline-block;
  color: black;
}

.input-small{
  width: 50px!important;
}


/* sortable nested lists*/
#sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }

#sortable li { margin: 0 5px 5px 5px; padding: 5px; font-size: 1.2em; height: 1.5em; border: 2px solid #ccc; }

html>body #sortable li { height: 1.5em; line-height: 1.2em; }

.ui-state-highlight { height: 1.5em; line-height: 1.2em; }
