#tableContainer {
    overflow: auto;
    height: 55vh;
}

#jsonDataTbl {
    table-layout: fixed;
}

/* Note: "calendar" column is now filtered out from data in PHP/JS,
   so we no longer need CSS to hide it */

#jsonDataTbl table tr:first-child td {
    border-top: 0;
}

#jsonDataTbl table {
    width: 100%;
}

#jsonDataTbl table tr td:nth-child(2) {
    width: 50%;
    border: 1px dashed gray;
    border-radius: 3px;
}

#memorialsFromDecreesBtnGrp {
    display: none;
}
