select {
/*for firefox*/
-moz-appearance: none;
/*for chrome*/
-webkit-appearance:none;
}

/*for IE10*/
select::-ms-expand {
    display: none;
}