<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.many-items-table th, .many-items-table td {
	width: 25%;
}

.many-items-table input, .many-items-table textarea {
	width: 100%;
}

.many-items-table input[type=file] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
</pre></body></html>