﻿.select2LeftColumn {
	width: 75px;
	min-width: 75px;
	min-height: 75px;
	height: 75px;
	padding: 2px;
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: center;
}

.select2MiddleColumn {
	height: 75px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 2px;
}

	.select2MiddleColumn div {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

.select2LeftColumn img {
	display: block;
	width: 75px;
	height: 75px;
	padding: 2px;
}
.select2HtmlWrapper {
	display: flex !important;
	flex-direction: row !important;
	width: 100% !important;
	float: none !important;
	line-height: normal !important;
}