When attempting to use the new Folwell Utility Classes (widths) with tables, say adding .width-full, which is a fairly common use-case, the style isn't applied as there is an existing rule with higher specificity overriding it... .page table {width: auto}
Consider adding !important flag to .width-xxx classes