

.gdpr_gn_btn {
  background: #34d95a;
  background-image: -webkit-linear-gradient(top, #34d95a, #148514);
  background-image: -moz-linear-gradient(top, #34d95a, #148514);
  background-image: -ms-linear-gradient(top, #34d95a, #148514);
  background-image: -o-linear-gradient(top, #34d95a, #148514);
  background-image: linear-gradient(to bottom, #34d95a, #148514);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 12px 4px 12px;
  border: solid #16700e 1px;
  text-decoration: none;
}

.gdpr_gn_btn:hover {
  background: #388a17;
  text-decoration: none;
}

.gdpr_rd_btn {
  background: #e04343;
  background-image: -webkit-linear-gradient(top, #e04343, #851515);
  background-image: -moz-linear-gradient(top, #e04343, #851515);
  background-image: -ms-linear-gradient(top, #e04343, #851515);
  background-image: -o-linear-gradient(top, #e04343, #851515);
  background-image: linear-gradient(to bottom, #e04343, #851515);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 4px 12px 4px 12px;
  border: solid #6e0e16 1px;
  text-decoration: none;
}

.gdpr_rd_btn:hover {
  background: #8a1717;
  text-decoration: none;
}
