body {
    background-color: #d6d2e2;
}

.navbar {
    border-bottom: 2px solid #007bff;
}

.container {
    margin-top: 30px;
}

.centerForm {
    margin: auto;
    width: 90%;
    border: 3px solid black;
    padding: 50px;
}

.centerField {
    text-align: center;
    margin: auto;
    width: 60%;
    padding: 3px;
}

.col-narrow {
    width: 20%;
    white-space: nowrap;
}

.tall-dropdown-list .select2-results > .select2-results__options {
    max-height: 300px !important; /* Locks the tall 12-14 row display */
    min-height: 100px !important;
}
