/* how long calculator specific styles */



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

.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;*/
}
.ff-calc-border-left {
    border-left: 1px solid #ccc;
}

.ff-calc-table {
    padding: 0 0 10px 0;
    border-width: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
.ff-calc-table td {
    padding: 5px;
}

p.ff-calc-first {
    margin-block-start: 0;
}
.ff-calc-align-left {
    text-align: left !important;
}
.ff-calc-nowrap {
    white-space: nowrap;
}
select.ff-calc-input {
    text-align: left !important;
    font-size: 0.9em;
}

.ff-calc-profile {
    padding-top: 10px;
}
.ff-calc-padded-bottom {
    padding-bottom: 10px;
}
