diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css
index 10f155c..f68e153 100644
--- a/public_html/css/hpr.css
+++ b/public_html/css/hpr.css
@@ -291,11 +291,13 @@ table.hosts {
}
+table#t01 tr:nth-child(even),
table.hosts tr:nth-child(even) {
background-color: #cccccc;
border-bottom: thick solid white;
}
+table#t01 tr:nth-child(odd),
table.hosts tr:nth-child(odd) {
background-color: white;
border-bottom: thick solid white;