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

    table.contenttable td.column1 {
        width: 250px;
    }

    table.contenttable td.columnACGear {
        width: 250px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
    }

    table.contenttable td.subtable {
        padding: 0px;
    }


    table.contenttable td.column2 {
    }

    table.contenttable td.columnSoloGear1 {
        width: 180px;
    }

table.contenttableMovigear {
    float: left;
}

table.contenttableMmf {
    float: left;
}

table.contenttableMmf td.leftLabelColumn {
    width: 180px;
}

table.contenttableMmf td.searchColumn {
    width: 300px;
}


table.searchTabTable {
    width: 1050px;
    border-collapse: separate;
}

    table.searchTabTable td {
        white-space: nowrap;
        padding: 0;
        padding-left: 1px;
        padding-right: 0;
        padding-top: 0;
    }

        table.searchTabTable td.leftLabelColumn {
            width: 250px;
        }

        table.searchTabTable td.leftInputColumnWithSearchTolerance {
            width: 260px;
        }

            table.searchTabTable td.leftInputColumnWithSearchTolerance .torqueSearchTextbox {
                width: 100% !important;
                margin-left: 0;
            }


        table.searchTabTable td.leftInputColumnWithoutSearchTolerance {
            width: 270px;
            vertical-align: top;
        }
            table.searchTabTable td.leftInputColumnWithoutSearchTolerance .inlineWithIcon {
                width: 241px !important;
            }

            table.searchTabTable td.leftInputColumnWithoutSearchTolerance .icons-info-grey-reg {
                margin-left: 7px;
            }

            table.searchTabTable td.leftInputColumnWithoutSearchTolerance input {
                margin-left: -3px;
            }

        table.searchTabTable td.leftInputHalfSizeWithSearchTolerance {
            width: 120px;
        }

        table.searchTabTable td.searchToleranceColumn {
            width: 10px;
            padding-left: 2px;
        }

        table.searchTabTable td.verticalDividerColumn {
            width: 10px;
        }

        table.searchTabTable td.leftHorizontalDividerRow {
            width: 520px;
            vertical-align: top;
        }

        table.searchTabTable td.productImageData {
            width: 530px;
            vertical-align: top;
            text-align: right;
        }

            table.searchTabTable td.productImageData img.productImage {
                align-content: right;
                margin-right: 75px;
                width: 200px;
                height: 150px;
            }

        table.searchTabTable td.durationFactorComboBox {
            text-align: left;
            padding-left: 7px; 
        }
</pre></body></html>