
/* smaller labels to fit longer text */
.ff-calc-label {
    font-size: 0.95em;
}

.ff-calc-small {
    /*font-size: 0.75em !important;*/
}

.ff-calc-highlight-success {
    color: #282;
}

.ff-calc-highlight-alarm {
    color: #c00;
}

.ff-calc-highlight-warning {
    color: #822;
}

.ff-calc-matrix th {
    font-size: 1.2em !important;
}
