/* Jake update spacing top CFS Conf page */
.confirmation-page .rfwf-discount-code:nth-child(1) {
  			padding: 25px 0;
}

/* Jake hide grey line and update spacing on CFS Conf page */
.confirmation-page .rfwf-discount-code:nth-child(2) {
            border-bottom: 0px solid #ccc;
  			padding: 25px 0;
}

/* Jake Hide Roles on CFS Conf page */
.confirmation-page .rfwf-discount-code:nth-child(3) {
            display: none;
}

/* Sean R Hide continue button on Email Verification form */
.rfwf-full-panel.form-id-16142080948330013ATI #wf-btn-submit {
    display: none;
}

/* Jake hide Cancel button on Email Verification form */
.rfwf-full-panel.form-id-16142080948330013ATI #wf-btn-cancel {
    display: none;
}

/* Jake hide blank section on Reg Confirmation page */
.rfwf-full-panel.rfwf-confirmation-custom {
    display: none;
}

/* Attendee Dashboard Registration Information card */
.rf-card .card-body {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    height: 355px;
    overflow: auto;
}
