diff --git a/html/database.html b/html/database.html
index 1de359e..89e6ee2 100755
--- a/html/database.html
+++ b/html/database.html
@@ -27,7 +27,10 @@
z-index: 1040;
}
/* Highlight most recent data row with light green background */
- .most-recent-row {
+ .table .most-recent-row td {
+ background-color: #d4edda !important;
+ }
+ .table-striped .most-recent-row td {
background-color: #d4edda !important;
}