
/*****************************************************************************/

#rvs-tc {
    border-collapse: collapse;
    border-spacing: 0px;
    font-size: 100%;
    margin-left: auto;
    margin-right: auto;
}

#rvs-tc td {
    padding: 0px 5px 0px 5px;
}

#rvs-tc th {
    border-bottom: 1px solid black;
}

#rvs-tc th {
    text-align: center;
}

#rvs-tc td {
    text-align: center;
}

#rvs-tc tr th:last-child {
    text-align: left
}

#rvs-tc tr td:last-child {
    text-align: left
}

#rvs-fd input[type="range"] {
    width: 110px;
}

#rvs-ec-d div.envBody {
    height: 210px;
}

/*****************************************************************************/
