table p{
    line-height:0.5em !important;
}

.range-container{
    position:relative;
}

input[type="range"]{
    -webkit-appearance:none;
    width:100%;
    height:6px;
    background:linear-gradient(to right,#39A845,#ffcf01,#ff0000);
    border-radius:0;
    outline:none;
    opacity:.9;
    transition:opacity .2s;
}

input[type="range"]:hover{
    opacity:1;
}

.range-label{
    display:flex;
    justify-content:space-between;
    font-size:1em;
    color:#333;
}

.return-container{
    position:relative;
}

.return-label{
    display:flex;
    justify-content:flex-start;
    font-size:1em;
    color:#333;
}

th,td{
    vertical-align: top !important;
}