/* Static tables on the consolidated work page have two to six source fields. */
body[data-page="home"][data-rendering="static"] [data-static-list] .character-table--scoped {
  table-layout: auto;
}

body[data-page="home"][data-rendering="static"] [data-static-list] .character-table--scoped th,
body[data-page="home"][data-rendering="static"] [data-static-list] .character-table--scoped td {
  width: auto;
}
