/* Small custom touches on top of Tailwind CDN */
table { border-collapse: collapse; }
::-webkit-scrollbar { height: 8px; width: 8px; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
