/* how long calculator specific styles */



/* 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: #480;
}

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

.ff-calc-highlight-warning {
    color: #a20;
    /*font-size: 0.65em;*/
}
