.pdf-subscriptions {
  text-align: center;
}
.pdf-subscriptions p {
  margin-bottom: 1em;
}

.pdf-btn {
  display: inline-block;
  width: 150px;
  font-size: 16px;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 5px;
  color: #6ba229;
  border: 1px solid #6ba229;
  transition: all 0.5s;
}
.pdf-btn.pdf-primary, .pdf-btn:hover, .pdf-btn:focus {
  background-color: #6ba229;
  color: #fff;
  text-decoration: none;
}

#purchase-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
#purchase-modal .modal-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#purchase-modal .modal-wrapper .modal-content {
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 20px;
  width: 400px;
  text-align: center;
  max-width: 80%;
}
#purchase-modal .modal-wrapper .modal-content .close {
  position: absolute;
  right: -15px;
  top: -15px;
  font-size: 26px;
  line-height: 1em;
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  border-radius: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
}
#purchase-modal .modal-wrapper .modal-content h4 {
  margin-bottom: 1em;
}
#purchase-modal .modal-wrapper .modal-layer {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}/*# sourceMappingURL=style.css.map */