#Print div.number-input {
    margin-left: 0 !important;
}

div.SearchBox {
    height: 2.5em !important;
}
div.SearchBox > div.searchbox-field, button.searchbox-filter-button {
    height: 2.5em !important;
}
div.SearchBox > div.input-container, div.input-container-prefix {
    padding: 0 0.5em !important;
}
div.SearchBox > div.searchbox-results {
    max-height: calc(var(--vh, 1vh) * 100 - 6em) !important;
}
div.SearchBox > input.input-container-input {
    padding-left: 0.5em;
}

select.identify-layer-select {
    max-width: 50%;
}

table.attribtable-table {
    table-layout: unset !important;
}
table.attribtable-table td {
    white-space: nowrap !important;
}
table.attribtable-table td > input:not([type=checkbox]),
table.attribtable-table td > select,
table.attribtable-table td > div.TextInput,
table.attribtable-table td > div.TextInput > textarea.text-input-form-el,
table.attribtable-table td > div.TextInput > pre.text-input,
table.attribtable-table td > div.number-input,
table.attribtable-table td > span.edit-upload-field,
table.attribtable-table td > span.edit-upload-field-input {
    width: 7em !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
