/* Aliases for hyphenated width classes used by Bootstrap 5 viewer JSPs */
.w-60 { width: 60% !important; }
.w-65 { width: 65% !important; }
/* Bootstrap 4 -> 5 shims for legacy markup */
.input-group-append,
.input-group-prepend { display: contents; }
.td-new-width .input-group { display: inline-flex !important; }
.input-group > .form-control,
.input-group > .form-select { min-width: 0; }
