.ui-slider-horizontal {
    height: .8em;
    height: .5em;
  }
  
  /*#slider-range.ui-widget.ui-widget-content {
    border: 1px solid #000000;
  }*/
  
  .ui-state-default, .ui-widget-content .ui-state-default{    
    border: 1px solid #c5c5c5;
    background: #000000;
    font-weight: normal;
    color: #000000;
  }
  
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    width: 1em;
    height: 1em;
    border-radius:50%;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
  }
  
  .ui-widget-header {
    border: 1px solid #dddddd;
    background: #000000;
    color: #000000;
    font-weight: bold;
  }