@charset "UTF-8";

.block_table_5 table thead th {
    width: 33.3% !important;
}
@media screen and (max-width: 500px) {
    .block_table_5 table thead th,
    .block_table_5 table tr:nth-of-type(1)>th:first-child {
        width: 33.3% !important;
    }
}