diff --git a/static/custom.css b/static/custom.css
new file mode 100644
index 0000000000000000000000000000000000000000..2b2123119d76bbd58f9e4b92a138ec31fbf0fd70
--- /dev/null
+++ b/static/custom.css
@@ -0,0 +1,10 @@
+table {
+    overflow-x: scroll;
+    overflow-y: hidden;
+}
+
+table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
+    content: " \25B4\25BE" 
+}
+
+