@charset "UTF-8";

#access_table+.block_table_8 .content_wrapper {
    max-width: 900px !important;
}

#access_table+.block_table_8 table tr {
    border-top: 1px solid var(--i_txt_color);
}
#access_table+.block_table_8 table tr:last-child {
    border-bottom: 1px solid var(--i_txt_color);
}

#access_table+.block_table_8 table tr th,
#access_table+.block_table_8 table tr td{
    padding: 15px 10px;
}

@media screen and (max-width: 600px){
#access_table+.block_table_8 table tr {
    display: flex;
    flex-direction: column;
}
#access_table+.block_table_8 table tr th, #access_table+.block_table_8 table tr td {
    width: 100%;
    text-align: left;
}
#access_table+.block_table_8 table tr th{
    padding-bottom: 0;
}
#access_table+.block_table_8 table tr td {
    padding-top: 0;
}
}
