.irs {
    height: 40px;
}
.irs-with-grid {
    height: 40px;
}
.irs-line {
    height: 8px;
    top: 26px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
    height: 8px;
}

.irs-bar,
.irs-bar-edge {
    height: 6px;
    top: 28px;
    background-color: #566770;
}

.irs-bar-edge {
    width: 8px;
    left: 3px;
    border-radius: 3px 0 0 3px;
}

.irs-shadow {
    height: 1px; top: 34px;
    background: #000;
    opacity: 0.15;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=15);
}

.irs-slider {
    width: 12px;
    height: 12px;
    top: 23px;
    background-color: #566770;
    border: 2px solid #fff;
    border-radius: 50%;
}

.irs-slider.state_hover, .irs-slider:hover {
    /*background-position: 0 -150px;*/
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: rgba(0,0,0,0.1);
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 13px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #FFBD59;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid-pol {
    width: 2px;
    height: 2px;
    top: -25px;
    box-sizing: border-box;
    margin-left: -1px;
    background-color: #ddd;
}

.irs-grid-pol.small,
.irs-grid-text {
    display: none;
}

.irs-grid {
    top: 55px;
    bottom: auto;
}
