﻿th {
    color: #646262;
    font-weight: 400;
    background-color: #49586914;
    padding: 8px;
    min-width: 53px;
}

.elements {
    font-size: 90%;
    border-spacing: 0px;
    width: 100%;
}

    .elements tr {
        height: 50px;
    }

    .elements td {
    }

.do2 {
    padding: 0px;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    width: -webkit-fill-available;
    width: -moz-available;
    color: #151515;
    background-color: white;
    margin-top: 0;
    border-radius: 0;
    text-align:center;
}

.combined-action-group {    
    margin-left: 0px;
    margin-top: 20px;
    border: unset;
}

h2 {
    text-align:center !important;
}

.calc-section h3 {
    font-size: 18px;
    color: var(--color-main);
    text-align: center;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

.td-select {
    text-align: right;
    padding-right: 5px;
}