 .bin { 
    /* position: relative; 
     margin-right: 1px;*/
 }

 .bin-color { background-color: #DBE0E2; }
.bin-color-selected {
    background-color: #0070B0;
}
.bin-color-optimal { background-color: #DBE0E2;}
.bin-color-optimal-selected {
    background-color: #0070B0;
}

 .in-range { z-index: 1;}
 .out-of-range { z-index: 0;}
 .selected-range { text-align: center; }

 .ui-slider-horizontal { height: .2em; }
 .ui-slider .ui-slider-handle {
     width: 1.3em;
     height: 1.3em;
     border-radius: 50%;
     border: 1px solid #0070B0;
     margin-top:-2px;
 }

 .ui-corner-all {
     border-radius: 0;
 }

#histogramSliderPrice-histogram .tooltip {
    position: inherit;
    opacity: 1;
}

#histogramSliderPrice-histogram {
    width: 250px;
    margin: auto;
}

#histogramSliderPrice-slider {
    width: 250px;
    margin: auto;
}






.tooltip > .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #FFFFCA;
    color: black;
    text-align: center;
    padding: 12px;
    position: absolute;
    z-index: 100;
}

 .tooltip:hover > .tooltiptext {
     visibility: visible;
     margin-top: 50px;
 }

 .display-none{
     display: none;
 }


