.pmpro_checkout_box-tooth-chart-settings input, 
.pmpro_checkout_box-tooth-chart-settings select,
.pmpro_checkout_box-meridians-app-settings input, .pmpro_checkout_box-meridians-app-settings select {
    width: 90%;
}
.pmpro_checkout_box-user input {
    width: 90%;
}
form#member-profile-edit {
    display: flex;
    flex-wrap: wrap;
}
form#member-profile-edit>div {
    width: 50%;
}
form#member-profile-edit>div.pmpro_submit {
    width: 100%;
}
.pmpro_checkout_box-tooth-chart-settings > h3 {
    display: none;
}
#member-profile-edit h2 {
    font-size: 24px;
    font-weight: 400;
}
@media (max-width:767px) {

    form#member-profile-edit>div {
        width: 100%;
    }

}