/**
 * Flight Serve
 * Aviation Operations Management Software
 * Coded using PhpStorm
 * @author Zach Osterloo
 * @copyright 2015-06-30
 */

/* Creates a mono-spaced drop-down list to show multiple columns. */
.select2-results__options > li {
    /*font-family: "Courier New", Courier, monospace !important;*/
    font-family: "Lucida Console", Monaco, monospace !important;
    font-size: 96%;
    white-space: pre;
    padding: 0 6px !important;
}

/* Provides whitespace in the dropdown list */
ul:not(.select2-results__options--nested).select2-results__options > li.select2-results__option {
    margin: 0 18px 0 6px !important;
    padding: 0 !important;
}

/* Selected value remains as monospaced text */
.select2-selection__rendered {
    /*font-family: "Courier New", Courier, monospace !important;*/
    font-family: "Lucida Console", Monaco, monospace !important;
    font-size: 96%;
}
