.select2-container--default .select2-selection--single{
	height: 30px;
	border-radius: 0;
	border-color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #000;
	font-size: 14px;
	line-height: 29px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 29px;
}