﻿body .select2-container {
    position: absolute;
    display: inline-block;
    width: 187px !important;
    margin-bottom: 0px;
    margin-top: 5px;
}

    body .select2-container *:focus {
        outline: none;
    }

    body .select2-container .selection {
        margin-bottom: 0px;
    }

        body .select2-container .selection .select2-selection {
            margin-bottom: 0px;
            border-radius: 0px
        }

body .select2 .dropdown-wrapper {
    margin-bottom: 0px;
}

body .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 4px;
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: black;
}

.select2-results {
    font-size: 15px;
}
