* {
  font-family: Lato;
}

/* Main track color of the slider */
.irs-bar,
.irs-bar-edge {
  background: #FFCD00 !important;
  border-top: 1px solid #000000 !important;
  border-bottom: 1px solid #000000 !important;
}

/* Number above button */
.irs-from,
.irs-to,
.irs-single {
  background: #000000 !important;
}

/* Text inside the button */
.irs--shiny .irs-from, .irs--shiny .irs-to, .irs--shiny .irs-single {
  color: #FFCD00;
  font-weight: bold;
  font-size: 100%;
}

/* Slider axis numbers */
.irs-grid-text {
  color: #000000 !important;
  font-size: 100%;
}

/* Slider max/min */
.irs--shiny .irs-min, .irs--shiny .irs-max {
  font-size: 100%;
}
                                
/* Link color (for tabs) */
a {
  color: #000000 !important;
}


