/*
 * @author Chris Heydt
 * Custom styles to shrink the container boxes that the select2 library applies to drop-down menus
 */
.select2-container .select2-choice {
    height: 20px;
    line-height: 20px;
}

.select2-container .select2-choice .select2-arrow b {
    margin-top: -3px;
}

.select2-result-label .coolSelectMulti {
    white-space:nowrap;
}
