<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rzslider {
    width: 100% !important;
}

.rzslider .rz-bar {
    height: 35px !important;
}

.rzslider .rz-pointer::after {
    height: 0px !important;
}

.rzslider .rz-pointer {
    background: rgba(0, 0, 0, 0) url("slider-arrow.png") repeat scroll 0 0 !important;
    height: 35px !important;
    width: 56px !important;
    top: 0px !important;
    border-radius: 0px !important;
}

.rzslider .rz-bar.rz-selection {
    background: #005faf none repeat scroll 0 0 !important;
}

.rzslider .rz-bar-wrapper {
    padding-top: -9px !important;
}

.rzslider .rz-bar.rz-selection {
    border-radius: 0 !important;
}

.rzslider-left {
    background: rgba(0, 0, 0, 0) url("slider-min.png") repeat scroll 0 0;
    height: 35px;
    margin-top: 35px;
    padding-top: 0;
    width: 36px;
    cursor: pointer;
}

.rzslider-right {
    background: rgba(0, 0, 0, 0) url("slider-plus.png") repeat scroll 0 0;
    height: 35px;
    margin-top: 35px;
    padding-top: 0;
    width: 36px;
    position: absolute;
    cursor: pointer;
}

.rzslider .rz-ticks {
    top: 8px !important;
}

.rzslider .rz-ticks .tick {
    background: #005faf;
    height: 18px;
    width: 2px;
    border-radius: 0% !important;
}</pre></body></html>