.htc-er-form {
    max-width: 600px;
    margin: auto;
}

.htc-er-form input,
.htc-er-form select,
.htc-er-form textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
}

.htc-person {
    padding: 10px;
    margin-bottom: 10px;
}

#htc_ticket_groups {
    width: 100%;
    margin-bottom: 2em;
}

.htc-ticket-group h5 {
    border-bottom: 5px double #FFE;
}

.htc-er-wrapper label {
    color: #fff;
    margin-bottom: 0.5em;
}

.vip-notification {
    background-color: #d5d5d3;
    border: 1px solid #fff;
    padding: 6px;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
}

#htc_ticket_groups .htc-ticket-group {
    border: 1px solid #fff;
    display: block;
    width: 100%;
    clear: both;
    height: auto;
}

#htc_er_form h5 {
    color: #fff;
}

#htc_er_form h3 {
    color: #fff;
}

#htc_submit {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#htc_add_group {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
}

#htc_er_form h4 {
    color: #fff;
}

.htc-er-wrapper input,
.htc-er-wrapper select {
    background-color: #fff !important;
    color: #000 !important;
    border: none !important;
    padding: 5px 20px !important;
    cursor: pointer;
    font-size: 16px !important;
    height: 45px !important;
}

.htc-er-wrapper textarea {
    background-color: #fff !important;
    color: #000 !important;
    border: none !important;
    padding: 5px 20px !important;
    cursor: pointer;
    font-size: 16px !important;
}

.htc-er-wrapper input[type="submit"] {
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}