.table-container1920 {
    max-width:1920px;
    padding-top:31px;
}

.table_component {
    overflow: auto;
    width: 100%;
}

.table_component table {
    border: 1px none #ffffff;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: center;
}

.table_component caption {
    caption-side: top;
    text-align: left;
}

.table_component th {
    background-color: #d41e44;
    padding: 30px;
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f8f8f8;
}

.table_component td {
    padding: 30px;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}
.table_component tr.text-blue td {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #3161ff;
}

.table_component tr:nth-child(even) td {
    background-color: #f8f8f8;
}

.table_component tr:nth-child(odd) td {
    background-color: #ffffff;
}

table.overflow {
    min-width:600px;
    overflow-x: auto;
    }
table.overflow a {
    color: #3161ff;
}

@media only screen and (max-width:1024px) {
    .table_component th {
        padding: 18px;
        font-size: 16px;
    }
    
    .table_component td {
        padding: 18px;
        font-size: 16px;
    }
    .table_component tr.text-blue td {
        font-size: 14px;
    }
}