.calc_help_select_div {
    margin: 5px 0 0 0!important;
}
.kalk_values_row_inner.hidden {
    display: none;
}
.category_type_list {
    padding: 0!important;
    box-sizing: border-box;
    margin: 5px 0 0 0;
}
.category_type_list li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 3px 5px;
    box-sizing: border-box;
}
.category_type_list li:nth-child(2n) {
    background: #eee;
}
.category_type_list li:hover {
    background: #ddd;
}
.category_type_list li input[type=radio] {
    margin: 0 10px 0 0;
}
.category_type_list li.hidden {
    display: none;
}
.category_type_list.selected li {
    display: none;
}
.category_type_list.selected li.selected {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #ddd;
}
.category_type_list li label {
    cursor: pointer;
}
.back {
    width: 41px;
    margin: 15px 0 0 0;
    padding: 5px;
    border: 1px solid #8467a9;
    border-radius: 4px;
    background: #cdb6e3;
    background: -moz-linear-gradient(top, #cdb6e3 0%, #a78fbd 7%, #735aa7 100%);
    background: -webkit-linear-gradient(top, #cdb6e3 0%,#a78fbd 7%,#735aa7 100%);
    background: linear-gradient(to bottom, #cdb6e3 0%,#a78fbd 7%,#735aa7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdb6e3', endColorstr='#735aa7',GradientType=0 );
    color: #FFFFFF;
    cursor: pointer;
}
table.result_table {
    width: 100%;
    margin-top: 25px;
}
table.result_table tr,
table.result_table th,
table.result_table td {
    border: 1px solid #6F7170!important;
}
table.result_table td {
    padding: 3px 5px;
    box-sizing: border-box;
}
table.result_table tr.norm {
    background: #fdb813;
}
table.result_table tr.norm td:first-child {
    color: #fff;
    font-weight: bold;
    padding: 8px 7px;
}
table.result_table tr.norm td:last-child p {
    margin: 5px 7px;
    background: #fff;
    padding: 3px 5px;
    box-sizing: border-box;
}