#gstro_jga_section .jgaColumn{
    float: left;
    color:#222222;
    border-bottom: 1px solid #0000001a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    line-height: 35px;
    padding: 15px 0;
}

#gstro_jga_section .jgaColumn.lastColumn{
    float: right;
    text-align: end;
}

#gstro_jga_section .jgaTableRow.jgaTableHeader{
    border-bottom: 1px solid #0000001a;
    margin-bottom: 5px;
}

#gstro_jga_section .jgaTableRow{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1100px){

    #gstro_jga_section .jgaTableRow{
        min-width: 400px;
    }
    
}

@media only screen and (max-width: 770px){

    #gstro_jga_section #gstro_jga_nextJGA{
        overflow-y: scroll;
    }

}