#secure-text {
  color: rgb(22, 160, 133);
  text-align: center;
  width: calc(100% - 20px);
  margin: 20px;
}
.hint-txt.accept-txt {
  cursor: pointer;
  opacity: 1;
}
.purchase-panel {
  border-radius: 5px;
  color:white;
  text-align: center;
  font-size: 15px;
  flex-direction: column;
  width: 100%;
}
.purchase-panel p {
  color: #e0863d;
}
.purchase-panel > .panel-head {
  background-color: #E0863D;
  padding: 10px;
}
.purchase-panel > span > .accept_checkbox {
  cursor: pointer;
}
.purchase-panel > span > p {
  display: inline-block;
  color: #333;

}

