@charset "UTF-8";

a[id^="feature_table"] + .block_table_1 table th {
    text-align: left;
    padding-left: 35px;
    position: relative;
}
a[id^="feature_table"]+ .block_table_1 table th:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid var(--i_txt_color);
    border-right: 0;
    top: 15px;
    left: 15px;
}
a[id^="feature_table"]+ .block_table_1 .outer {
    overflow-x: scroll;
}
a[id^="feature_table"] + .block_table_1 table {
    table-layout: fixed;
    min-width: 780px;
}