.CheckBoxInTable {
    height: 25px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 12px;
    margin-right: 12px;
}

#id_cb_torque {
    width: 65px
}
#id_cb_axial_force {
    width: 65px
}
#id_cb_shear_force {
    width: 65px
}
#id_cb_distance {
    width: 65px
}
#id_cb_temperature {
    width: 65px
}
#id_ad1Thick {
    width: 75px
}
#id_cb_adhesive_choices {
    width: 200px
}
#id_fastener_selector {
    width: 180px
}
#id_cb_thickness {
    width: 65px
}
#id_cb_adheYoungMod {
    width: 65px
}
#id_cb_curetime {
    width: 65px
}
#id_cb_potlife {
    width: 65px
}
#id_cb_min_thickness {
    width: 65px
}
#id_cb_max_thickness {
    width: 65px
}
#id_manual1-adherend_selector {
    width: 165px;
}

#id_manual2-adherend_selector {
    width: 165px;
}

#id_SLJ1-adherend_selector {
    width: 165px;
}

#id_SLJ2-adherend_selector {
    width: 165px;
}

#id_L_on_L1-adherend_selector {
    width: 165px;
}

#id_L_on_L2-adherend_selector {
    width: 165px;
}

#id_SLJ-adhesive_selector {
    width: 165px;
}

/* Defining custom  properties for form fields*/
:root {
    --SLJ-fieldwidth: 100px;
    --SLJ-fieldwidth2: 150px;
}

#id_SLJ1-adherend_selector {
    width: var(--SLJ-fieldwidth2);
}

#id_SLJ2-adherend_selector {
    width: var(--SLJ-fieldwidth2)
}

