.tblplotscont
{
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 1rem;
    align-items: start;
    width: 100%;
}
.resulttbl
{
    width: max-content;
    max-width: 100%;
    overflow-x: auto;
}
.plotcont
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: start;
    width: 100%;
}

.plot
{
    display: grid;
    grid-template-rows: auto auto;
    gap: .5rem;
    min-width: 0;
}
