#gandJ {
    overflow: hidden;
}

#gandJ table {
    overflow: visible;
    width: 100%;
    display: flex;
    border: none;
    border-right: #9a9a9a82 0.1px solid;
}

#gandJ table tbody {
    overflow-x: scroll;
    width: 100%;
    margin: 0 auto;
}

#gandJ table tr {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 200px 200px 1fr;
}

#gandJ table td {
    padding: 10px;
    text-align: left;
    font-size: 1.05em;
}

@media screen and (max-width: 870px) {
    #gandJ table tr {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 150px 200px 350px;
    }
}