diff --git a/themes/bs3/static/css/custom.css b/themes/bs3/static/css/custom.css
index c55495017e1d5347eb609622b02ff6904c93db6b..9429feeebfe4e032f4c55de642e0e09499843f88 100644
--- a/themes/bs3/static/css/custom.css
+++ b/themes/bs3/static/css/custom.css
@@ -36,4 +36,13 @@ table {margin: .5em auto 1.5em auto; width: 98%;}
   
   /* Tfoot */
   tfoot th {}
-  tfoot td {}
\ No newline at end of file
+  tfoot td {}
+
+.entry-content table {
+	background: none;
+	border: 1px solid white;
+}
+
+.entry-content table tr:nth-child(even) {
+	background-color: rgba(0,0,0,0.2);
+}