.coupon {
  border: dashed #075591 1px;
  margin: 8px;
  padding: 8px;
  font-size: 9px;
}

.coupon .title {
  border-bottom: solid #075591 1px;
}

.coupon .title td {
  font-size: 9px;
  font-weight: bold;
}

.coupon div {
}

.coupon .expire {
  color: #da2722;
  text-align: right;
}

.coupon .amount {
  color: #075591;
  text-align: right;
}