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