#edit-org {
display: none;
}

form {
font-size: 1.1em !important;
}

#edit-intro-statement, #edit-begin-note, #edit-question-children, #edit-question-all-families, #edit-intro-demographic {
margin: 2em 0;

max-width: 800px;

font-size: 1.25em;
}

#edit-question-children, #edit-question-all-families, #edit-intro-demographic {
border: 1px solid #666;
padding: 1em;
box-shadow: 1px 2px 2px #999;
}

#edit-actions {
margin: 2em 0;
}

.form-composite legend, .form-type-select > label {
font-size: 1.2em  !important;
}

.webform-button--next, .webform-button--submit {
padding: 1rem 1.5rem !important;
font-size: 2rem !important;
line-height: 1.5 !important;
border-radius: .6rem !important;
color: #fff !important;
background-color: #007bff !important;
border-color: #007bff !important;
}

.webform-button--next:focus, .webform-button--next:hover {
background-color: #68a1cf !important;
border-color: #00050b !important;
}

fieldset {
margin: 2em 0 !important;
}

#edit-in-what-year-were-you-born-please-use-the-full-year-for-example-{
max-width: 6em;
}

/* the select dropdown element is set to fill the entire width of the screen. unset that */
.webform-submission-form .form-control {
 width: unset;
}