/* TABLE */
.tbl{width:100%;border-collapse:collapse;font-size:13.1px}
.tbl th{text-align:left;font-family:var(--fm);font-size:11px;letter-spacing:.14em;text-transform:uppercase;
  color:var(--dim);font-weight:600;padding:0 12px 12px 0;border-bottom:1px solid var(--line)}
.tbl td{padding:11px 10px 11px 0;border-bottom:1px solid var(--line);vertical-align:middle}
.tbl tr:last-child td{border-bottom:0}
.tbl .r{text-align:right;padding-right:0;white-space:nowrap}
.tbl td:nth-child(3){max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tbl th.r{padding-right:0}
