div#sliding-popup .eu-cookie-compliance-buttons {
  margin: 0;
  margin-top: 20px;
}
div#sliding-popup .eu-cookie-compliance-message button {
  box-shadow: none;
  background: none;
  text-shadow: none;
  font-weight: bold;
  color: white;
  text-decoration: underline;
  text-underline-position: under;
  border: none;
  border-radius: 0;
  margin: 0;
}
div#sliding-popup .popup-content #popup-text {
  margin: 1rem 0;
}
div#sliding-popup .popup-content #popup-buttons button {
  box-shadow: none;
  background: none;
  text-shadow: none;
  font-weight: bold;
  text-decoration: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 15px 20px;
}