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

.ff-calc-value {
    padding: 0 5px;
}

.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.4em !important;
}

td.ff-calc-delete-control {
    display: none;
}

.ff-calc-align-left {
    text-align: left;
}

.ff-totals-table tr, .ff-totals-table td {
    padding: 5px;
}
