tbody tr td{
    font-size: 0.9rem;
}

h2{
    font-weight: 600;
    text-align: left;
    font-size: 2rem;
    color: var(--highlight_color);
}

table{
    color: #fff;
    background-color: var(--bc_color_light_2);
    border-radius: 5px 5px 0 0;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    min-width: 766.25px;
    table-layout: fixed;
    margin-bottom: 0;
}

.main_info{
    background-color: var(--bc_color_light_2);
    border-radius: 0 0 5px 5px;
    margin-top: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
    padding: 10px;
}

@media screen and (max-width: 800px) {
    #excelTable{
        overflow-x: auto;
        margin-bottom: 10px;
        -webkit-overflow-scrolling: touch;
    }
    table{
        table-layout: fixed;
        border-collapse: collapse;
    }
}