.calc-dutching {
    table-layout: fixed;
}



table.calc-dutching input {
    box-sizing: border-box;
    max-width: 100%;
    padding: 5px;
}

table.calc-dutching input:disabled {
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

table.calc-dutching input.profit {
    font-weight: bold;
    font-size: 20px;
}
table.calc-dutching input:disabled::-webkit-inner-spin-button,
table.calc-dutching input:disabled::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
table.calc-dutching td {
    border: none;
}