.heat-table .heated-row.red-cell {
    color: white;
    background-color: #c51e24;
}

.heat-table .heated-row.green-cell {
    color: white;
    background-color: #2c9a39;
}

.heat-table td {
    text-align: center;
}

.heat-table select.form-control {
    width: 300px;
    display: inline;
}

.heat-table .heat-table-slider b {
    margin: 0px 10px;
    position: relative;
}

.heat-table .heat-table-slider {
    margin: 40px auto;
    width: 300px;
}