/* 20240731 adjusted width of dropdown */

select.searchscreen, option.searchscreen, input.searchscreen {
        font-size:16px!important;
        border-color: #858585!important;
        padding:0px 7px;
        height:36px!important;
}
.tree-title {
        font-size:16px!important;
}
.textbox-text {
        font-size:16px!important;
        height:36px!important;
}
.tree-node {
        height:16px;
}
.tree-checkbox, .tree-checkbox0 {
        height:16px;
}
.textbox{
        height:36px!important;
        border-width: 2px;
        border-style: inset;
        width: 150px; /* make top of dropdown narrower 20240731 */
        padding:0px 7px;
}
.combo {
        border-color: #858585!important;
}
.combo-panel {
	width: 480px!important; /* make dropdown part wider 20240731 */
        height: 250px!important;
}

