.flexparent{
    flex-shrink: 1;
    max-width: inherit;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.maxvw{
    max-width: 1096px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* .child{
    flex-shrink: 1;
    min-width: 0px !important;
} */

.flexparentrow{
    max-width: inherit;
    flex-shrink: 1;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.bigrow{
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    column-gap: 50px;
}

@media (max-width: 1300px) {
    .bigrow{
        justify-content: center;
    }
    .flexparent{
        max-width: fit-content;
    }
}

@media (max-width: 740px){
    thead *{
        font-size: small;
    }
    tbody *{
        font-size: small;
    }
    .info-link, .info-time{
        width: 10px;
        height: auto;
        margin-left: 4px;
    }
}

@media (max-width: 380px){
    thead *{
        font-size: smaller;
    }
    tbody *{
        font-size: smaller;
    }
    .info-link, .info-time{
        width: 10px;
        margin-left: 2px;
    }
}


