.nutrition-cal-tab-content {
    font-family: din-2014;
    font-size: 90%;
}
.natrium-formula-container .nutrition-calc-update-button{
    margin-left: 0;
}

.nut-input {
    font-family: inherit;
    font-size: inherit;
    text-align: right;
    background: lightblue;
    box-shadow: none;
    border: none;
}

.prod-input {
    font-family: inherit;
    font-size: inherit;
    text-align: right;
    background: yellow;
    box-shadow: none;
    border: none;
}

.formula-kh-input {
    background: lightgreen;
}

.input-column {
    width: 8ch !important;
}

.factor-column {
    width: 12ch !important;
}

.kcal-column {
    width: 10ch !important;
}

.big-formula {
    font-size: 80%;
}

.align-self-start {
    align-self: flex-start;
}

.nutrition-calc-update-button {
    cursor: pointer;
    background-color: green;
    color: white;
    justify-content: center;
    margin-left: auto;
}

.nutrition-calc-clear-button {
    cursor: pointer;
    background-color: lightslategrey;
    color: white;
    justify-content: center;

}

.chk-polyol {
    margin-left: 3ch;
}

.background-color-white {
    background-color: white;
}

.background-color-lightgrey {
    background-color: lightgrey;
}



.calculation-container {
    margin-left: 3ch;
}

.rot-product-g {
    background-color: yellow;
    color: black;
}

.rot-kh-g {
    background-color: lightgreen;
    color: black;
}

.rot-kh-g-product {
    background-color: orange;
    color: black;
}

.result-g-kh-product {
    background-color: orange;
}

.border-bottom {
    border-bottom: 1px solid;
}

.sub-padding{
    padding-left: 15px;
}

