@media only screen and (max-width: 480px) {
	.select2-container {
		width: 100% !important;
	}
	.select2-container--open .select2-dropdown {
		width: 100% !important;
	}
}
@media only screen and (min-width: 481px) {
	.select2-container {
		width: 51.3% !important;
	}
	.select2-container--open .select2-dropdown {
		width: 51.3% !important;
	}
}
.select2 span {
	font-size: 14px;
	padding-bottom: 0px;
}
.select-container {
	font-size: 0.875em;
}
.select2-search--dropdown .select2-search__field {
    padding: 8px;
	font-size: 14px;
}
.select2-results__option {
	padding: 6px;
}
.select2-container--default .select2-selection--single {
	padding-top: 5px;
	padding-bottom: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}