@media only screen and (max-width: 480px) {
	.select2-container {
		width: 350px !important;
	}
	.select2-container--open .select2-dropdown {
		width: 350px !important;
	}
}
@media only screen and (min-width: 481px) {
	.select2-container {
		width: 350px !important;
	}
	.select2-container--open .select2-dropdown {
		width: 350px !important;
	}
}
.select2 span {
	font-size: 1em;
	padding-bottom: 0px;
	font-weight: normal;
}
.select-container {
	font-size: 0.5em;
}
.select2-search--dropdown .select2-search__field {
	font-family: Roboto;
    padding: 4px;
	font-size: 0.8em;
}
.select2-results {
  font-size: 0.8em;
}
.participants span {
	display: block !important;
}
.select2-results__option {
	padding: 3px;
}
.select2-container--default .select2-selection--single {
	padding-top: 0px;
	padding-bottom: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
}