@charset "UTF-8";

#achievement__table + .block_table_8 tr {
    border-bottom: 1px solid #000000;
}

#achievement__table + .block_table_8 tr:first-child {
     border-top: 1px solid #000000;
}

#achievement__table + .block_table_8 th {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    white-space: nowrap;
}

#achievement__table + .block_table_8 td {
    border-right: 1px solid #000000;
    text-align: center;
}

@media screen and (max-width: 1023px) {
#achievement__table + .block_table_8 .outer  {
      overflow-x: auto;
}
#achievement__table + .block_table_8 th {
    font-size: 14px;
    padding: 5px;
}
#achievement__table + .block_table_8 td {
    font-size: 14px;
    padding: 5px;
}
}