/* no styles required */

.sliderlabel span.sliderprompt{
    display: none;
}
.sliderlabel span.slidervalue{
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
}
.calculatorDiv .sliderlabel span.slidervalue{
    color: #CCCCCC;
    display: none;
} 
.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #1c94c4;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    border: none;
    background: #0075C9;
    margin-top: -10px;
    border: none !important;
}

/** ends here **/