/*
ul.form-fields label {
    font-size: 120%;
    display: block;
    background-color: transparent;
    padding: .2em;
    border: 0;
    border-bottom: 1px solid black;
}

ul.form-fields div {
    border: 0;
    padding: .2em;
    min-height: 1.2em;
}
*/

.ui-multiselect li {
    font-size: 8pt !important;
}

.ui-multiselect {
    width: 100% !important;
}

.ui-widget-content {
    width: 49% !important;
}

label {
    text-transform: capitalize;
}

.em-upper {
    text-transform: uppercase;
}

.em-capitalize {
    text-transform: capitalize;
}

.em-nopad-nomargin {
    margin: 0px;
    padding: 0px;
}

/* Django Select2 styling */
.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px !important;
}
