custom.css
... ...
@@ -2525,3 +2525,9 @@ nav.main-navigation
2525 2525
padding: 30px 0
2526 2526
}
2527 2527
}
2528
+
2529
+/* last column in systems table? let's find out*/
2530
+.benchmarking-systems > td:nth-child(6)
2531
+{
2532
+ background-color: red;
2533
+}