.wspnNotification {
  position: absolute;
  top: 10px;
  left: 50%;
  right: auto;
  width: 400px;
  background: white;
  padding: 20px;
  z-index: 1;
  box-shadow: 1px 1px 5px #9CA2A2;
  color: black;
  text-align: center;
}
.wspnNotification .button-row {
  padding-top: 20px;
}
.wspnNotification .button-row .wspn-button {
  padding: 0.1rem 0.5rem;
  color: black;
  text-decoration: none;
}
.wspnNotification .button-row .wspn-button[data-response=accept] {
  border: 1px solid #8C8C8C;
  background: #800000;
  color: white;
}
.wspnNotification.hide {
  visibility: hidden;
}

/*# sourceMappingURL=websuite-push-notifier-frontend-style.min.css.map */
