


::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

.initiallyhidden {
    display: none;
}


.selectedhighlights {
    font-size: 0.8rem;
}


.slidecontainer {
    width: 100%; /* Width of the outside container */
}

.sliders {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;   
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.sliders::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 50%; 
    background: #09b416;
    cursor: pointer;
}


.sliders::-moz-range-thumb {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
}

.strikeout {
    text-decoration: line-through;
    color: darkgray;
}
