h2 {
  border-bottom: solid 2px #22aa22;
}

.registration-page h1 {
  margin-top: 0;
  margin-bottom: 12px;
}

.registration-page .lead {
  margin-bottom: 20px;
}

.registration-actions {
  margin: 18px 0 28px;
}

.registration-actions .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

.registration-actions .btn:last-child {
  margin-right: 0;
}

.ticket-category {
  margin-bottom: 28px;
  padding: 18px 18px 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fafafa;
}

.ticket-category h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

.ticket-category p {
  margin-bottom: 14px;
}

.ticket-addon-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #f0ad4e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  vertical-align: middle;
}

.ticket-note {
  color: #555;
  font-size: 0.95em;
}

.ticket-category .table {
  margin-bottom: 8px;
  background: #fff;
}
