#layoutCalc {
    background: #f1f9ff;
    width: 100%;
}

#calculator .col-lg-2 {
    margin-left: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    flex:0 0 16.666667%;
}
#calculator h6 {
    padding-bottom: 20px;
    padding-top: 10px;
    font-size: 1.1em;
}
#calculator .txtSlider {
    padding-top: 20px;
    font-size: 1.1em;
}
#calculator #fee {
    font-size: 1.1em;
}
#calculator .txtRes {
    font-size: 1.3em;
    color: #dd3160;
}
.mySlider {
    position: relative;
    width: 100%;
  }
  
  .center {
    text-align: center;
  }
  
  .ui-slider {
    height: .4em;
    background: #d8d8d8;
  }
  
  .ui-widget-header {
    background: #39c6d5 !important;
  }
  
  .ui-slider-handle {
    border-radius: 10px;
    border: 2px solid #39c6d5 !important;
    width: 1em !important;
    height: 1em !important;
    cursor: grab!important;
  }