#gdpr_banner {
  display: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 28px;
  text-align: center;
  z-index: 100000;
  font-size: 13px;
  box-shadow: 0px -4px 8px rgba(0, 0, 0, 0.3882352941);
}
#gdpr_banner span {
  display: inline-block;
}
#gdpr_banner a {
  background: #2a2aff;
  color: #fff;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 4px;
  cursor: pointer;
}
#gdpr_banner .close_button {
  position: absolute;
  right: 6px;
  top: 8px;
  font-size: 25px;
  cursor: pointer;
}

/*# sourceMappingURL=gdpr_banner.css.map */
