.searchrow { max-width: 100%; display: flex; flex-flow: row wrap; gap: 0.5ch; overflow: hidden; }
#membersearch { flex: 1; }
.kuetalumlist { display: flex; flex-flow: column nowrap; row-gap: 0.5em; }
.kuetalum { max-width: 100%; min-width: 0; min-height: 0; padding: 0.25em; overflow: hidden; background-color: rgba(255, 255, 255, 0.6); border-radius: 0.2em; line-height: 1.2; font-weight: bold; }
.kuetalum p { font-size: 0.9em; }
.kuetalum p:first-child { color: rgb(0, 132, 255); font-size: 1.1em; }
.kuetalum p:last-child { font-family: 'text'; font-size: 0.8em; font-style: italic; }
input, textarea, select { max-width: 100%; min-height: 0; font-size: 1rem; padding: 0.25em; line-height: 1; border: 0.05rem solid grey; border-radius: 0.25em; vertical-align: center; overflow: hidden; user-select: none; }
input:focus, textarea:focus { outline: none; border: 0.05rem solid rgb(50, 35, 249); }
select:focus { outline: none; }
#batchpanel { border: 0.05rem solid grey; overflow: hidden; user-select: none; line-height: 1; border-radius: 0.25em; float: inline-end; }
#batchpanel label { padding: 0 0.25rem 0 0.5rem; font-size: 0.9em; }
#batchpanel select { border: none; border-left: 0.05rem solid grey; border-radius: 0; }
