.ui-slider-horizontal{
    height:0px !important;
}
.ui-slider-handle .ui-state-default .ui-corner-all{
    background: none !important;
}
.ui-slider .ui-slider-handle{
    height: 35px !important;
    width: 15px !important;
    border:1px solid #FFF !important;
}
.ui-widget-content {
    background: none !important;
    border:3px solid #37373B !important;
}
.ui-slider-horizontal .ui-slider-handle{
    margin-left: -10px;
    background-color: #ca2027;
    top:-17px;
}
.sliderdiv{
    font-size: 16px;
    margin-left:5px;
    min-height: 65px;
}
#slider{
    width:50%;
    float: right;
    top : 12px;
}
#noofcigarette{
    width:10%;
    float: right;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #37373B !important;
}
.caldiv{
    float:right;
    margin-top:0px;
    font-size: 14px;
    width:60%;
}

.caldiv table{
    width:100%;
}
.caldiv table tbody{
    border:none;
}

.caldiv > table tr td{
    padding: 0px !important;
    text-align: center !important;
    border:none;
}
.caldiv span{
    font-weight: bold;
    color: #37373B !important;
    font-size:22px;
}
.savingstext{
    font-size: 14px;
    margin-bottom:10px;
    width:40%;
    float:left;
}

.ui-corner-all{
    border-color: #37373B !important;
}