diff --git a/src/coffee/templates/_benchmark_card.html b/src/coffee/templates/_benchmark_card.html
index a642729f..f1e75132 100644
--- a/src/coffee/templates/_benchmark_card.html
+++ b/src/coffee/templates/_benchmark_card.html
@@ -5,7 +5,7 @@
{{ benchmark_definition.name() }} Benchmark
@@ -20,4 +20,4 @@ {{ benchmark_definition.name() }} Benchmark
-
\ No newline at end of file
+
diff --git a/src/coffee/templates/benchmark.html b/src/coffee/templates/benchmark.html
index 43ee739d..81a94ade 100644
--- a/src/coffee/templates/benchmark.html
+++ b/src/coffee/templates/benchmark.html
@@ -54,8 +54,8 @@ AI Systems Evaluated
diff --git a/src/coffee/templates/static/style.css b/src/coffee/templates/static/style.css
index d94f56e4..8c95b2b1 100644
--- a/src/coffee/templates/static/style.css
+++ b/src/coffee/templates/static/style.css
@@ -73,4 +73,8 @@ footer {
.badge {
background-color: #D1D8E6;
-}
\ No newline at end of file
+}
+
+.btn-chevron {
+ font-size: 12px !important;
+}