Cosmetic change for match info tables
diff --git a/dev/scss/main/matchinfo.scss b/dev/scss/main/matchinfo.scss
index 53e5ed8..709eef7 100644
--- a/dev/scss/main/matchinfo.scss
+++ b/dev/scss/main/matchinfo.scss
@@ -90,6 +90,10 @@
     tr th {
       background-color: $darker-orange;
       border-top-width: 0px !important;
+      text-align: center;
+      &:nth-of-type(1), &:nth-of-type(2) {
+	text-align: left;
+      }
     }
   }
   tbody {