diff --git a/style.css b/style.css
index 12f96b4..cf61bd4 100644
--- a/style.css
+++ b/style.css
@@ -88,14 +88,10 @@ td.discarded {
     background-color: #a0a0a0;
 }
 
-td.service, td.active_service {
+td.service, td.active_service, td.inactive_service {
     background-color: #e7e08d;
 }
 
-td.inactive_service {
-    background-color: #edeeae;
-}
-
 tbody tr {
     background-color: #d7e0eb;
 }