.jws-outside-bar {
    width: 100%;
    height: 10px;
    background-color: transparent;
    border-radius: 3px;
}

.jws-inside-bar {
    width: 0;
    height: 100%;
    border-radius: 3px;
    background-color: transparent;
}

.jws-handle {
    height: 35px;
    width: 30px;
    margin-top: -25.5px;
    /*margin-left: calc(30% - 12.5px);*/
    margin-left: -12px;
    display: block;
}

.jws-text {
	display:none;
    height: 30px;
    width: 80px;
    padding: 4px;
    color: #FBC000;
    margin-top: 0px;
    margin-left: -40px;
    font-size: 12px;
    text-align: center;
}