#WrapCalculator .text-fields {
    display: block;
}

#WrapCalculator .text-fields label {
    float: left;
}

#calc_results .text-fields {
    display: block;
}

.wrap.results label .need {
    width: 27%;
    float: left;
    text-align: right;
    margin-right: 3%;
}

.wrap.results label .feet {
    width: 47%;
    margin-left: 2%;
}

#calc_results legend + p {
    display: none;
}

.wrap.results label:last-of-type {
    margin-bottom: 35px !important;
}

#calc_results .text-fields label {
    margin: 10px 0;
}

.wrap.results input {text-align: right;}