.slider-container {
    min-height: 140px;
    position: relative;
    padding: 10px 30px;
}

.slider-container:first-child {
    /*min-height: 160px;*/
}

.row:nth-child(odd) .slider-container {
    background-color: #f5f5f5;
}

.estimate-number-of-units-container {
    min-height: 40px;
    position: relative;
}

.slider {
    margin-bottom: 3em;
}

.slider-label {
	margin-bottom: 1em;
	font-weight: bold;
}

.slider label{
    position: absolute;
    width: 40px;
    margin-top: 20px;
    margin-left: -20px;
    text-align: center;
    float: left;
    font-size: 0.7em;
}

.calculation-result-label {
	font-size: 1.5em;
}

.slider .ui-slider-handle.ui-state-default {
	background: #69ab36;
}

.residential-land-value-row {
    background-color: #f7f5eb;
    padding: 15px 30px 0px 30px;
    color: #69ab36;
}

.residential-land-value-row span {
    font-weight: 700;
}

.size-in-acres-row {
    background-color: #f7f5eb;
    padding: 0px 30px 15px 30px;
    margin-bottom: 15px;
    color: #69ab36;
}

#map,
#visualisation {
    margin-bottom: 30px;
}

.lm-form-content {
    display: none;
}