/*-- BOF - SEPARATE HOUSE NUMBER ------------------------- */
form .has_house_number input[type=text][name=street_address]{width:80%;} /*street name */
form .has_house_number input[type=text][name=house_number]{width:calc(20% - 16px);margin-left:20px;} /* house number */
/*-- EOF - SEPARATE HOUSE NUMBER ------------------------- */