<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @file
 * Table select element styles.
 *
 * @see /webform/test_element_table_select_sort
 */

/* Make the first column containing a checkbox/radio as small as possible. */
.tableselect th:first-child,
.tableselect td:first-child {
  width: 1%;
}
</pre></body></html>