/* Tables */
.table { width: 100%; border-collapse: collapse; background:#fff; border:1px solid #eee; border-radius: 12px; overflow: hidden; }
.table thead th { text-align:left; font-weight:800; padding:12px; background:#f3f4f6; }
.table td { padding:12px; border-top:1px solid #eee; }
.table tr:hover td { background:#fafafa; }
.small { font-size: 13px; color:#6b7280; }