.nowrap {
    white-space: nowrap;
}

select option[disabled][value=''] {
    display: none;
}