        div.aria-widget-slider1 {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        height: 4em;
    }

    div.aria-widget-slider1 .rail {
        margin: auto;
        width: 100%;
        /*width: 204px;*/
	box-sizing: border-box;
	height: 2px;
        border-radius: 10px;
	border: 3px solid #56A2FD;
        margin-top: 25px;
    }

    div.aria-widget-slider1 .thumb {
        position: relative;
    }

    div.aria-widget-slider1 .rail .thumb.focus,
    div.aria-widget-slider1 .rail .thumb:hover {
        /*        outline: 2px solid #888;
                background-color: #def;*/
    }

    div.aria-widget-slider1 .rail.focus {
        background-color: #aaa;
    }

    div.aria-widget-slider1 .value {
        width: 3em;
        float: right;
        margin-right: 20px;
        text-align: right;
        position:relative;
        top: -14px;
    }

    slider1.label {
        display: block;
        margin-top: 0.5em;
        margin-bottom: 1.0em;
    }

    #idColorBox {
        width: 200px;
        height: 200px;
        border: black solid medium;
        text-align: center;
        padding: 0.25em;
    }

    #idColorInfo {
        padding-top: 5px;
    }

    .slider1.slider-handle.oval{
        background: URL("https://images.rvs.com/images/content/icons/2019/Slider_Handle.png") no-repeat;
        height: 25px;
        width: 25px;
        background-color: #00669E; 
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5); 
        border-radius: 50%; 
        background-size: cover;    
    }
