#metaform {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    width:90%;
}
#metaform1 {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    width:90%;
}
#metaform2 {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    width:90%;
}
#metaform3 {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    width:90%;
}

/* hiding the html for the other treatment forms */
#treatment_forms {
    display:none !important;
}

/* hiding the html for the other conditions form */
#other_conditions_form {
    display:none !important;
}

#container .extraForms{
    margin-top: 10px;
    display: block !important;
}

#add-environmental-entry{
    margin-bottom: 10px;
}

/* for naming form headers */
h2.formset_titles{
    background: #001D4C;
    color: white;
    text-align: center;
    font-size: 1.6rem;
}

h2.form_title{
    background: #001D4C;
    color: white;
    text-align: center;
    font-size: 1.6rem;
}

fieldset {
    margin-top: 10px;
}



div #inputFormRow .form-row {
    margin-top:10px;
}

/* to change the height of the meta_trait select dropdown */
.select2-container{
    min-width:0% !important;
}
span.select2-container .select2-selection--single{
    height:38px;
}