@charset "UTF-8";

#top_table + div table th {
    background-color: var(--i_btn_color);
    color: #fff;
}

#top_table + div table th,
#top_table + div table td {
    width: calc(100% / 5);
}