Current Situation
It's not possible to apply simple CSS rules, like white-space: nowrap; or font-style: italic; to a display: table-column element, i.e., a HTML table column.
Desired Situation
display: table-column elements should be able to accept simple styling rules and map them to their corresponding display: table-cell child elements as if they were applied to these.