h2.neoncrm-page-subtitle {
    display: none !important;
}
/* Center and emphasize event title */
.neoncrm-event-name {
    text-align: center !important;
    font-size: 28px !important;
    font-weight: bold !important;
    margin: 20px 0 35px 0 !important;
}

/* Hide empty company registration area on attendee page */
.neoncrm-org-toggle:empty {
    display: none !important;
}

/* Remove extra "Ticket Options" heading */
.neoncrm-page-subtitle {
    display: none !important;
}

/* Give ticket section breathing room */
.neoncrm-event-admission {
    padding-top: 15px !important;
}

/* Improve ticket table spacing */
.neoncrm-ticket-options-table {
    border-collapse: separate !important;
    border-spacing: 20px 12px !important;
    width: 100%;
}

/* Better table spacing */
.neoncrm-ticket-options-table th,
.neoncrm-ticket-options-table td {
    padding: 8px 10px !important;
    vertical-align: middle !important;
}

/* Rename Ticket column to Ticket Type */
.neoncrm-ticket-options-table th:first-child {
    font-size: 0 !important;
}

.neoncrm-ticket-options-table th:first-child::after {
    content: "Ticket Type";
    font-size: 16px;
    font-weight: bold;
}

/* Make headers easier to read */
.neoncrm-ticket-options-table th {
    font-size: 16px;
    font-weight: bold;
}

/* Right-align prices */
.neoncrm-ticket-options-table th:nth-child(2),
.neoncrm-ticket-options-table td:nth-child(2) {
    text-align: right;
    white-space: nowrap;
}

/* Center quantity column */
.neoncrm-ticket-options-table th:nth-child(3),
.neoncrm-ticket-options-table td:nth-child(3) {
    text-align: center;
}

/* Larger quantity boxes */
.neoncrm-ticket-for-options-qty {
    width: 60px !important;
    height: 38px !important;
    text-align: center !important;
    font-size: 18px !important;
    border-radius: 4px;
}

/* Add a little more separation between ticket rows */
.neoncrm-ticket-options-table tbody tr td {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.neoncrm-checkbox label {
    font-weight: normal !important;
}

/* Make attendee names more prominent */
.attendeeTitle {
    font-size: 20px !important;
    font-weight: bold !important;
}

/* Remove extra spacing before fields */
.neoncrm-section-header,
.neoncrm-section-title {
    display: none !important;
}

/* Add space between attendees */
.neoncrm-attendee {
    margin-bottom: 30px !important;
}

/* Hide Event Ticket 1, Event Ticket 2, etc. */
.neoncrm-ticket > legend {
    display: none !important;
}

/* Hide empty company registration area on attendee page */
.neoncrm-org-toggle:empty {
    display: none !important;
}

/* Make additional donation amounts normal weight */
.neoncrm-event-additionalDonation .neoncrm-radio-label {
    font-weight: normal !important;
}