I'm running into default alignment peculiarities in situations where .pure-table tfoot th elements are browser-defaulted to text-align: center.
BACKGROUND RESEARCH
http://stackoverflow.com/questions/11321065/th-text-align-compatibility
http://stackoverflow.com/questions/28306885/default-text-align-for-th-in-google-chrome
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th
We already have `.pure-table thead { text-align: left; }.
I'm proposing this should include .pure-table tfoot, too.
EDIT not sure about normalizing at th level. Thoughts welcome.