
td {
    text-align: right;
}

input {
    border: 0.5px solid rgb(25,25,25);
    background-color: rgb(10,10,10);
    max-width: 100%;
    font-size: 2.5vmin;
    font-weight: bold;
    text-align:right;
}

.calcValue {
    width: 100%;
    min-width: 100px;
    font-size: 2.5vmin;
    font-weight: bold;
    color: rgb(50,50,50);
    text-align: right;
    padding: 4px 4px 4px 10px;
}

.tableContainer {
    position: relative;
}

@media print {
    input, .calcValue {
        font-size: 1.5vmin;
        padding: 2px 2px 2px 2px;
        color: black;
        border: none;
    }
}