.mhc-embedded-form .flex-form-container.three-wide-container {
    width: 800px;
    justify-content: center;
}

.mhc-embedded-form .flex-form-container.three-wide-container .flex-form-section {
    width: 265px;
    margin: 0;
    text-align: center;
}

.mhc-embedded-form button[type=button].check-registration-button {
    padding: 10px 20px;
    margin: 20px;
}

.mhc-embedded-form .flex-form-container.three-wide-container .flex-form-section .static-info-label {
    font-weight: bold;
    font-style: italic;
    position: relative;
    width: 100%;
    max-width: 300px;
    margin-bottom: 2px;
    line-height: 40px;
    height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px;
    border-radius: 5px;
    background-color: #f3f3f3;
    border: 1px solid lightgray;
    color: rgb(100, 100, 100);
    transition: all 0.3s ease;
    font-size: 16px;
}

.mhc-embedded-form .pilgrimage-paragraph {
    max-width: 650px;
    margin: 20px auto;
    text-align: left;
}

.mhc-embedded-form .pilgrimage-paragraph ul {
    margin-top: 5px;
}

.mhc-embedded-form .pilgrimge-subsection-label {
    display: block;
    font-weight: bold;
    text-decoration: underline;
    margin: 25px auto 5px 0;
}

.mhc-embedded-form .reservation-info-static-paragraph {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
}

.mhc-embedded-form .asterisk {
    margin-right: 5px;
}

.mhc-embedded-form form select {
    margin: inherit;
}

.mhc-embedded-form form .bus-company-field {
    width: 750px;
    max-width: 100%;
}

.mhc-embedded-form .coordinator-notice {
    text-align: left;
    width: 650px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 40px;
}

.mhc-embedded-form .coordinator-notice > b {
    display: block;
    text-align: center;
}

/* LDM styles */
.mhc-api-site-ladivinamisericordia-org .mhc-embedded-form .check-div .big-checkbox:checked + label:after {
    top: 2px;
    left: 4px;
}

.mhc-api-site-ladivinamisericordia-org .mhc-embedded-form #billing-section .flex-form-section,
.mhc-api-site-ladivinamisericordia-org .mhc-embedded-form #shipping-section .flex-form-section {
    width: 280px;
}