﻿input[type=number] {
    min-width: 8%;
    text-align: right;
}

input[type=datetime-local] {
    text-align: right;
}

