﻿.theoretical-part-p {
    font-size: 110%;
    text-align: left;
    padding: 20px;
    color: #4e4e4e;
    padding-top: 0;
    padding-bottom: 1px;
    margin-bottom: 0;
}

.tt {
    display: block;
    margin-bottom: 3px;
    margin-top: 24px;
    font-weight: 600;
    color: #545454;
}


.table-tittle {
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
    font-size: 115%;
    color: #646262;
}

.tctable td {
    border-bottom: 0.5px solid;
    border-left: 0.5px solid;
    border-color: #646262;
    height: 34px;
    text-align: left;
    padding: 8px;
    min-width: 100px;
}

.tctable {
    margin-left: 16px;
    margin-right: 16px;
    border-spacing: 15px;
}

    .tctable tr {
    }

.graphical-scheme {
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 15px;
}

    .graphical-scheme td {
        border: solid;
        border-width: 0.5px;
        width: 32px;
        height: 32px;
        max-width: 32px;
        min-width: 32px;
        padding: 0;
        text-align: center;
    }

    .graphical-scheme tr {
    }

.unified-group {
    flex-direction: column;
}

.calc-section b {
    color: var(--text);
}

.group-label-static {
    width: 40px;
}

.calc-input-group {
    max-width: max-content;
}

.inner-label {
    min-width: 90px;
    text-wrap: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    border-right: unset;
}

.combined-action-group {
    margin-left: 0px;
}

.table_cont {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}

    .table_cont table {
        width: 100%;
        border-collapse: collapse;
        border: none;
        table-layout: fixed; 
        background-color: #fff;
    }
    .table_cont th,
    .table_cont td {
        padding: 12px 10px;
        border: none;
        border-bottom: 1px solid var(--border-color);
        text-align: left;
        font-size: 15px;
        color: var(--text);
    }

.table-title {
    background-color: var(--color-main);
    color: #fff !important;
    text-align: center !important;
    font-weight: 600;
    font-size: 16px;
}

.table-header-sub td {
    background-color: var(--bg-main);
    color: var(--color2);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.table_cont tr:last-child td {
    border-bottom: none;
}

.table_cont table:first-of-type td:first-child {
    width: 50%;
}

.table_cont table:first-of-type td:last-child {
    width: 50%;
}
.table_cont table:last-of-type td,
.table_cont table:last-of-type th {
    text-align: center;
    width: auto; 
}


