/* Make every th and td in a table of class table-centered centerly aligned */
.table-centered  th {text-align:center;}
.table-centered  td {text-align:center;}