.input-narrow {
    width: 12em !important;
}

.input-minimum {
    width: 4em !important;
}

.input-small {
    width: 3em !important;
}

.input-large {
    width: 7em !important;
}

input[type=date] {
    width: 12em !important;
}

.select_narrow {
    min-width: 12em !important;
    width: auto !important;
}
