/*
 * Custom css
 */

.control-neutral {
    color: grey;
}
.control-negative {
    color: red;
}
.control-positive {
    color: green;
}