/* new-table.css */


.formsTable tbody tr {
    display: none;
}

.new-table tbody tr:nth-child(2n) {
    background-color: #ffffff;
}

/* 7/15/2025 - offset position for jump links within the table tr elements */
.new-table tbody tr:target {
    scroll-margin-top: 64px;
}

.sticky-element tr th {
    width: 20%;
}
