My understanding is that using element.class should allow for a specific element assigned to a class to receive different \"styling\" than the rest of the class
element.class
The CSS :first-child selector allows you to target an element that is the first child element within its parent.
:first-child
element:first-child { style_properties } table:first-child { style_properties }