Created by: bcullman
center-block won't center a table, wrapping a table with a div with class center-block also does not center a table.
This is because center-block sets display:block. For tables, this needs to be display:table
Create center-table class here that can be used to center a table.