@charset "UTF-8";

@media screen and (max-width: 900px) {
table th, table td {
    width: auto;
    display: block;
}

.block_table_1.w20 table tr:nth-of-type(1)>td:first-child, .block_table_1.w20 table tr:nth-of-type(1)>th:first-child, .block_table_8.w20 table tr:nth-of-type(1)>td:first-child, .block_table_8.w20 table tr:nth-of-type(1)>th:first-child {
    width: auto;
}

.block_table_1.w30 table tr:nth-of-type(1)>td:first-child, .block_table_1.w30 table tr:nth-of-type(1)>th:first-child, .block_table_8.w30 table tr:nth-of-type(1)>td:first-child, .block_table_8.w30 table tr:nth-of-type(1)>th:first-child {
    width: auto;
}
}