@charset "utf-8";
/* CSS Document */
body{font-family: Arial, Helvetica, sans-serif; font-size:15px;}
.select2-containerv2 {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
	width: 100px !important;
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #444;
	line-height: 28px;
}


