diff --git a/static/style.css b/static/style.css
index 6fdbf4f1747dfe734a3d3b8ec0be41a0ecd73b28..b15620402d768f4b623fc969f9839852faf69c4d 100644
--- a/static/style.css
+++ b/static/style.css
@@ -1,4 +1,3 @@
-
 body {
     margin: 0;
     margin-bottom: 40px;
@@ -15,7 +14,8 @@ header {
     color: white;
 }
 
-header > a {
+header>a,
+header>span>a {
     padding: 10px;
     color: white;
     font-size: 25px;
@@ -56,15 +56,15 @@ a {
     margin-bottom: 10px;
 }
 
-.match-preview > * {
+.match-preview>* {
     margin: 15px 10px;
 }
 
-.match-preview > h1 {
+.match-preview>h1 {
     font-size: 20px;
 }
 
-.match-preview > p {
+.match-preview>p {
     font-size: 15px;
 }
 
@@ -75,7 +75,7 @@ a {
     margin-top: 100px;
 }
 
-#actionbar > .button {
+#actionbar>.button {
     margin: 0 10px;
 }
 
@@ -94,5 +94,4 @@ textarea {
 .form-helper {
     font-size: 11px;
     margin-bottom: 20px;
-}
-
+}
\ No newline at end of file