/* .guide-wrap and .guide-note are defined once, in
   static/css/src/38-prose.css. Ten page files each carried a copy and
   they had drifted apart. */
.tx-scroll { overflow-x:auto; -webkit-overflow-scrolling:touch; margin:12px 0; border:1px solid var(--line-2); border-radius:var(--radius-sm); }
.tx-table { width:100%; border-collapse:collapse; font-size:.92rem; }
.tx-table th, .tx-table td { border-bottom:1px solid var(--line); padding:9px 12px; text-align:left; white-space:nowrap; }
.tx-table thead th { background:var(--surface-2); color:var(--ink); font-weight:600; }
.tx-table tbody tr:last-child td { border-bottom:0; }
