button {
    font-size: 20px;
}

select {
    font-size: 20px;
}

input[type=text] {
    font-size: 20px;
    text-align: right;
    width: 4em;
}

input[type=datetime-local] {
    font-size: 20px;
}

input[type=file] {
    font-size: 20px;
    color: transparent;
}

/* input[type=number] {
    text-align: right;
    font-size: 20px;
    width: 4em;
} */
