label {
    display: inline-block;
     margin-bottom: 0;
    font-size: 14px;
    color: #1b1b1b;
}

.custom-control-label {
    line-height: 22px;
}

.calculator .form-control:read-only {
    cursor: not-allowed;
    border-bottom: 1px solid #dadada;
}

#accordion .card h5 {
    font-size: 1rem;
}

.suffix-length:after {
    content: 'x';
    position: relative;
    left: 14px;
    top: 3px;
}
.calculator td, .calculator th {
    padding: .5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 12px;
}
.calculator td {
    font-size: 14px;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .35rem;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border-radius: 0;
}

.input-group-text.read-only {
    color: #a0a0a0;
    border: 1px solid #dadada;
}

label.read-only{
    color:#a0a0a0;
}
