Change size of autocomplete input box using css?

5.x-1.4, Code, support request, normal, active

I tried a few things. Here's what didn't work:
.form-autocomplete#filter0 {
size:20;
}
input#edit-filter0 {
size:20;
}
.form-autocomplete {
size:20;
}