#futamido .ui-slider-range,
#hitelosszeg .ui-slider-range,
#ingatlanosszeg .ui-slider-range { 
    background: #72c02c; 
}
#futamido .ui-slider-handle,
#hitelosszeg .ui-slider-handle,
#ingatlanosszeg .ui-slider-handle { 
    border-color: #72c02c; 
}

#hitelosszeg, #futamido, #ingatlanosszeg  {
    clear: left;
    /*width: 300px;*/
    margin-top: 13px;
    margin-bottom: 13px;
}

.userform label {
    float: left;
}

.invis {
    width: 0px;
    opacity: 0;
}
@media (min-width:768px){
    .container {
        width:750px
    }
}

@media (min-width:992px){
    .container {
        width:970px
    }
}
@media (min-width:1200px) {
    .container { 
        width:1170px
    }
}
.container-fluid { 
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}

textarea.form-control {
    margin-bottom:15px;
}

.calcform .panel-body .row:nth-child(1) .col-md-2:nth-child(1), 
.calcform .panel-body .row:nth-child(2) .col-md-2:nth-child(1),
.calcform .panel-body .row:nth-child(3) .col-md-2:nth-child(1){
    margin-top: 10px;
}