.select2-container {
    min-width: 20em;
}

ul li.select2-selection__choice,
ul li.select2-search {
    /* Cancel out django's style */
    list-style-type: none;
}

/* Fix Select2 dropdown in Leaflet popups */
.leaflet-popup-content-wrapper .select2-container--open {
    z-index: 10000;
}

.leaflet-popup-content-wrapper .select2-dropdown {
    z-index: 10000;
}
