/* texas.html: town labels and the legend's town swatch */
.townlab { background: none; border: 0; box-shadow: none;
       font: 11.5px/1 Georgia, serif; color: var(--ink); padding: 0 0 0 2px; }
.townlab::before { display: none; }
.townlab.big { font-size: 13px; font-weight: bold; }
.maplegend .dot { display: inline-block; width: 11px; height: 11px;
       margin-right: .4rem; border-radius: 50%; background: #8c1c2b;
       border: 1.2px solid #7a3b2e; vertical-align: -1px; }
table.towns td:nth-child(4) { text-align: right; font-variant-numeric: tabular-nums; }
table.towns th:nth-child(4) { text-align: right; }
