.mselect{width: 100%; position: relative; line-height: 20px;
	font-family: trebuchet MS;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.mselect__text{padding: 3px 25px 3px 15px; cursor: pointer; box-sizing: border-box; height: 28px; border: 1px solid #CFCFCF; border-radius: 0px;}
.mselect__arrow{position: absolute; top: 50%; right: 8px; border: 3px solid transparent; border-top: 7px solid black; margin-top: -2px; cursor: pointer; pointer-events: none;}
.mselect__list{display: none; border: 1px solid #CFCFCF; border-radius: 0 0 0px 0px; background: white; position: absolute; left: 0; top: 28px; width: 100%; box-sizing: border-box; z-index: 1000; overflow-x: hidden;}
.mselect__list--overflow{max-height: 280px; overflow-y: scroll;}
.mselect__option{height: 28px; line-height: 28px; padding: 3px 25px 3px 15px; cursor: pointer; white-space: nowrap;}
.mselect__option:hover{background: #4ba9fc; color: white;}
