<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.productBaseInfoColumn {
    display: inline-block;
}

.productBaseInfoColumnLabel {
    min-width: 230px;
    margin-right: 15px;
    font-weight: 400;
}

#productTypeManualSection ul,
#productDocumentSection ul,
#productDocumentCalibrationSection ul {
    padding: 0;
    margin: 0;
}

#productTypeManualSection li,
#productDocumentSection li,
#productDocumentCalibrationSection li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#productTypeManualSection li:before,
#productDocumentSection li:before,
#productDocumentCalibrationSection li:before {
    display: none;
}


.documentRow {
    position: relative;
}

.documentRow a {
    position: relative;
    margin: 0 0 15px 0;
    padding: 10px 10px 10px 10px;
    background-color: #F2F2F2;
    border-radius: 4px;
    display: block;
}

.documentRow a:hover {
    background-color: #4C86A5;
}

.documentRow a:hover {
    color: #fff;
    text-decoration: none;
}

.documentIcon {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 30px;
}

.videoItem {
    margin-bottom: 20px;
}

.caseStateContainer
{
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 50px;
}

.caseStateItem {
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #E5E5E5;
    padding: 15px;
    max-width: 200px;
}

.caseStateItemTitle
{
    font-weight: 500;
    font-size: 16px;
}

.caseStateItemContent {
    font-size: 16px;
}

.productCaseCostEstimateInfoRow
{
    margin-bottom: 3px;
}

.productCaseCostEstimateInfoColumn {
    display: inline-block;
}

.productCaseCostEstimateInfoColumnLabel {
    min-width: 130px;
    margin-right: 15px;
    font-weight: 400;
}

.productCaseCostEstimateInfoSection {
    margin-bottom: 30px;
}

.productCaseCostEstimateInfoSection .control-label {
    font-weight: 400;
    font-size: 18px;
}</pre></body></html>