.site-msg.cookies {
  background: black !important;
  color: white !important;
}
.site-msg.cookies a {
  color: #e2e2e2 !important;
  text-decoration: underline;
}
.site-msg.cookies a:hover {
  color: white !important;
  text-decoration: none;
}
.site-msg.cookies button.btn {
  background: white !important;
  border-color: white !important;
  color: black !important;
  text-decoration: none;
  padding: 0px 5px 0px 5px;
}
.site-msg.cookies button.btn:hover {
  background: #e2e2e2 !important;
  border-color: #e2e2e2 !important;
  color: black !important;
  text-decoration: none;
}