.noUi-value {
    margin-top: 10px;
}

.noUi-handle {
    border: 2px solid #4873F7;
    background-color: #4873F7;
    box-shadow: none;
    border-radius: 5px !important;
}

.noUi-handle::after, 
.noUi-handle::before {
    display:none;
}


.fmslider-col {
    display:flex; 
    flex-direction: row;
    text-align:center;
    padding-top:30px; 
    padding-bottom: 30px;
}

.fmslider-col-pre {
    flex:1;
    text-align:center;
    padding-right:20px;
    font-size:0.8em;
}

.fmslider-col-post {
    flex:1;
    text-align:center;
    padding-left:20px;
    font-size:0.8em;
}

.fmslider-col-noui {
    display:inline-block; 
    width: 100%;
    flex:4;
}

@media (min-width: 768px) {
    .fmslider-col-noui {
        width: 100%;
    }    

    .fmslider-col-pre, .fmslider-col-post {
        font-size:1.0em;
    }
}

/*
.noUi-handle .noUi-tooltip {
    background: none;
    border: 0px solid #7AA74C;
    color: #555555;
    display: block;
    font-size: 14px;
    left: 2px;
    top: 2px;
    min-width: 50px;
    padding: 5px;
    position: absolute;
    text-align: center;
}


.noUi-target {
    margin-bottom:40px;
    margin-top:30px;
}


.noUi-handle {
    border: 2px solid #7AA74C;
    background-color: #A1D36E;
    border-radius: 5px !important;
}

.noUi-horizontal {
    height: 25px;
}

.noUi-handle::after, 
.noUi-handle::before {
    display:none;
}

.noUi-horizontal .noUi-handle {
    height: 38px;
    left: -30px;
    top: -8px;
    width: 60px;
}
*/


[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    filter: grayscale(100%);
}
