.stitcher-table{--table-border-color:var(--color-primary);--table-heading-color:var(--color-primary);--table-text-color:var(--color-text-primary);--table-heading-text-color:var(--color-white);--table-row-color-a:wal-color(purple,5);--table-row-color-b:var(--color-white)}.stitcher-table--container{overflow-x:auto;position:relative}.stitcher-table tr:nth-child(odd):not(:first-child){background-color:var(--table-row-color-a)}.stitcher-table tr:nth-child(2n):not(:first-child){background-color:var(--table-row-color-b)}.stitcher-table table{font-size:1rem;line-height:1.5;margin:0;table-layout:fixed;width:100%}.stitcher-table tbody{border:1px solid var(--table-border-color)}.stitcher-table tr:not(:last-of-type){border-bottom:1px solid var(--table-border-color)}.stitcher-table th{background-color:var(--table-heading-color);color:var(--table-heading-text-color)}.stitcher-table td,.stitcher-table th{border:none;margin:0;min-width:160px;padding:0 2px;text-align:center}.stitcher-table td:not(:last-of-type),.stitcher-table th:not(:last-of-type){border-right:1px solid var(--table-border-color)}.stitcher-table td p,.stitcher-table th p{color:inherit}@media screen and (max-width:768px){.stitcher-table table{width:125%}}