diff --git a/static/style.css b/static/style.css
index 15316ec9d6f4e135460e3737c15fff0a65c5478b..5abcb3b17429c49427ef8b6c298936670f4e0d42 100644
--- a/static/style.css
+++ b/static/style.css
@@ -164,8 +164,8 @@ button#small {
     height: auto;
     min-height: 21px;
     z-index: 2147483647;
-    background: rgb(238, 238, 238); 
-    color: rgb(51, 51, 51);
+    background: #fff; 
+    color: #000;
     line-height: 21px;
     padding: 8px 18px;
     font-family: verdana, arial, sans-serif;
@@ -183,8 +183,8 @@ button#small {
     margin-left: 5px;
     border-radius: 5px;
     cursor: pointer;
-    color: rgb(0, 0, 0);
-    background: rgb(241, 214, 0);
+    color: #FFFFFF;
+    background: #4caf50;
     text-align: center;
 }
 
@@ -195,7 +195,7 @@ button#small {
 
 .cookieinfo-link{
     text-decoration: none;
-    color: rgb(49, 168, 240);
+    color: #4caf50;
 }
 
 @-webkit-keyframes fadein {