/* hide the button testing a testing*/
.webform-button--submit {display: none;}
.webform-submission-booth-calculator-paragraph-5588-form,
.webform-submission-booth-calculator-paragraph-5589-form{
border: 4px solid #e7e3d9;
border-radius: 10px;
padding: 5rem;
background-color: #efebe0;
margin: 1rem 0px 5rem;
}

/* enlarge the input text fields */
#edit-member-type, #edit-booth-type, #edit-number-of-booths, #edit-number-of-delegates, .webform-submission-form .form-select {width: 100%;}
.js-form-type-select select, textarea {font-size: 1.6rem !important;}

/* enlarge the total text */
.webform-submission-form .cal-total-price {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 14px;
    color: #899755;
}
/* adjust the reset button */
input.webform-button--reset{
    width: 11rem;
}
/* input border */
.js-form-type-select select, textarea {border: 2px solid #e8dac8 !important;}

/* slim down spacing */
.paragraph--type--webform {padding: 0px 0px 0px;}