css tweaks to tables
diff --git a/htdocs/css/boxer.css b/htdocs/css/boxer.css
index f3757a5..c82b9a3 100644
--- a/htdocs/css/boxer.css
+++ b/htdocs/css/boxer.css
@@ -280,6 +280,16 @@
   border-top-left-radius: 4px;
 }
 
+.striped td {
+  padding: 6px;
+}
+
+.striped th {
+  background: #333;
+  color: white;
+  padding: 4px;
+}
+
 button {
   background: #4477a1;
   background: linear-gradient(180deg, #81a8cb, #4477a1);
diff --git a/htdocs/css/boxer.scss b/htdocs/css/boxer.scss
index e03bcf4..1aef2e4 100644
--- a/htdocs/css/boxer.scss
+++ b/htdocs/css/boxer.scss
@@ -308,6 +308,15 @@
     border-top-left-radius: 4px;
 }
 
+.striped td {
+    padding: 6px;
+}
+
+.striped th {
+    background: #333;
+    color: white;
+    padding: 4px;
+}
 
 button {
     background: #4477a1;