.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
	border-radius: 0px;
	border: 1px solid #e5e6e7;
}

.select2-container .select2-selection--single {
	height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 4px;
    right: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	margin: 0 8px;
}