@charset "UTF-8";

#job + div .content_wrapper .add_text {
    text-align: left!important;
}

@media screen and (max-width: 768px) {
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;
}
}