.summary-quote-details{
    background: #fffde7;
    padding: 15px;
}
.summary-quote-details .field{
    padding: 0 5px;
}
.summary-quote-details fieldset{
    border: solid 1px #d5d2da;
    margin: 0px 2px 5px 2px;
    max-width: calc(100% - 4px);
    padding: 3px 4px;
}
.summary-quote-details fieldset  legend{
    color: #2196f3;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    word-spacing: 3px;
}
.summary-quote-details .section-title.mt-15{
    margin-top: 15px;
}
.summary-quote-details .field .label{
    letter-spacing: 1px;
    font-size: 10px;
    font-style: italic;
    color: #a2a2a2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 4px;
    display: block;
}
.summary-quote-details .field .label small{
    opacity: .5;
}
.summary-quote-details .field .value{
    height: 20px;
    line-height: 20px;
    color: #000;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 5px;
    display: block;
    background: #eee;
}
.summary-quote-details .field .value small{
    font-style: italic;
    color: #673ab7;
    font-size: 9px;
    letter-spacing: .05rem;
    opacity: .75;
}