dashboard prototype
diff --git a/dashboard/css/main.css b/dashboard/css/main.css
index d33299a..7b10dbc 100644
--- a/dashboard/css/main.css
+++ b/dashboard/css/main.css
@@ -15,7 +15,18 @@
 .tbl-head {
     font-weight: bold;
     border-bottom: 1px solid #2c3e50;
-    background-color: #1a242f;
+    background-color: #c9ced3;
+}
+
+.tbl-head > td {
+    padding-top: 4px;
+    padding-bottom: 4px;
+}
+
+.tbl-row > td {
+    padding-top: 4px;
+    padding-bottom: 4px;
+
 }
 
 .spacer {