/* LCD-style Swatch Internet Time clock, right-aligned in the flex secondary nav bar */
#swatch-clock {
  margin-left: auto;                 /* push to the far right of #fb-subnav */
  font-family: 'Consolas', 'DejaVu Sans Mono', ui-monospace, 'Courier New', monospace;
  font-size: 13px; font-weight: bold; letter-spacing: .5px; line-height: 1;
  font-variant-numeric: tabular-nums; /* fixed digit width so it doesn't jitter while ticking */
  color: #6ad7b0; background: #0b0f0d;
  padding: 3px 9px; border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, .6);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .85), 0 0 0 1px rgba(127, 127, 127, .25);
  text-shadow: 0 0 5px rgba(106, 215, 176, .6);
  cursor: default; user-select: none;
}
#swatch-clock .sw-local { opacity: .7; }
#swatch-clock .sw-local::before { content: '·'; margin: 0 7px; opacity: .55; }
