#discount-window {
  display:none;
  margin-top:5px;
  padding:10px;
  background-color: #e9ecef;
  border:1px solid rgba(2, 157, 118, 0.5);
}

#discount-form input {
  width:100%;
}

#discount-button {
  cursor: pointer;
}

#discount-form-submit {
  padding:5px;
  background-color: #d44f5b;
  border-color: #d44f5b;
  color:white;
}

.after-text {
  width:100%;
  text-align:center;
}
