select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-image: url(../images/down-arrow.png);
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
    background-size: 10px;
}

/* multiselect corners */
span.select2-selection.select2-selection--multiple {
    border-radius: 0px !important;
}

form table {
    width: 100% !important;
}