@charset "UTF-8";


.block_table_3 table th, .block_table_7 table th {
    text-align: left;
    padding: 10px 5px;
    border-left: 0px;
    border-right: 0px;
}
.block_table_3 table td, .block_table_7 table td {
    border-left: 0px;
    border-right: 0px;
}

.block_table_3 table th, .block_table_7 table th {
    background-color: #ffffff;
}

@media screen and (max-width: 700px) {
.block_table_3 table th, .block_table_7 table th {
    border-bottom: 1px dotted var(--i_border_color);
    font-weight: bold;
}
}
@media screen and (max-width: 700px) {
.block_table_3 table td, .block_table_7 table td {
    border-top: 0px;
}
}
