@charset "utf-8";
/* CSS Document */

.select2-container .select2-choice {
    background: none;
    height: 32px;
    line-height: 32px;
}

.select2-container .select2-choice .select2-arrow {
    border-left: 0px;
    background: none;
}

.select2-container-multi .select2-choices {
	background-image: none;
}