@page {
    size: auto;   
    margin: 0;  
    
}


@media print {
    .print-table {
        display: none;
    }
    .print-size {
        font-size: 24px;
    }
}

.table-name {
    table-layout: fixed; /* Фиксированная ширина ячеек */
    width: 40%;
}

.table-row {
    table-layout: fixed; /* Фиксированная ширина ячеек */
    width: 1%;
}
.table-input {
    table-layout: fixed; /* Фиксированная ширина ячеек */
    width: 5%;
}

.table-output {
    table-layout: fixed; /* Фиксированная ширина ячеек */
    width: 5%;
}

.koef {
    table-layout: fixed; /* Фиксированная ширина ячеек */
    width: 5%;
}

.arrow-down {
    margin: 10px;
    text-decoration: none;
}

.input-teo {
    /* border: 1px solid black !important; */

    width: 90%;

    border-radius: 5px;

    background: rgb(224, 224, 224);

}

.table-href {
    text-decoration: none; 
    color: black;
}

.column-table-tut {
    width: 10%;
}

.link {
  text-decoration: none;
}

.help {
  background: url(../img/zerno.jpg);
  height: 150px;
  width: 150px;
  background-size: cover;
  display: none;
  position: absolute;
  opacity: 0.8;
}
