Reorder deprecated mixed order declarations in SCSS

Change-Id: Ibc2cd2574e55ab3cc42d1e59d5252b78a746e195
diff --git a/dev/scss/main/view/matchtable.scss b/dev/scss/main/view/matchtable.scss
index 6e4fa0d..05ec880 100644
--- a/dev/scss/main/view/matchtable.scss
+++ b/dev/scss/main/view/matchtable.scss
@@ -123,13 +123,13 @@
   }
 
   thead th {
+    border-top-width: 0px !important;
+    text-align:       center;
+
     &:not(.no-anno) {
       background-color: $darker-orange;
     }
 
-    border-top-width: 0px !important;
-    text-align:       center;
-
     &:nth-of-type(1),
     &:nth-of-type(2) {
 	    text-align: left;