.mhc-embedded-form #form .flex-form-container {
    width: 1120px;
}

.mhc-embedded-form #form .flex-form-section {
    width: 460px;
    text-align: center;
    padding: 10px 0;
}

.mhc-embedded-form #form .flex-form-section #ecard-button-container button[type=button] {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.mhc-embedded-form #form .ecard-message {
    padding: 10px 5px;
    display: block; 
    border: solid 1px #ccc;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box !important;
}

.mhc-embedded-form #form #ecard-signature-container {
    text-align: left;
    box-sizing: border-box;
}

.mhc-embedded-form #form img#ecard-loading,
.mhc-embedded-form #form #pbar_outerdiv {
    width: 100%;
    margin-bottom: 10px;
}

.mhc-embedded-form #ecard-signature-container h3 {
    margin-top: 0;
}

/* different width on drupal content pages */
section.col-md-8 .mhc-embedded-form #form .flex-form-container {
    width: 860px;
}
section.col-md-8 .mhc-embedded-form #form .flex-form-section.ecard-section-left {
    width: 460px;
}
section.col-md-8 .mhc-embedded-form #form .flex-form-section.ecard-section-right {
    width: 350px;
}
