#lotFilters .lot-filter select.form-control {
    font-size: 14px;
    padding: 0 6px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    border: 0;
    height: 20px;
    color: #333;
    background-color: #EFEFEF;
}

#lotFilters a.reset-filter {
    font-size: 14px;
    cursor: pointer;
    font-weight:normal;
    color:#959595;
}
