/* NewsBlenda CSS (improved) */
.nb-register, .nb-submit, .nb-dashboard { max-width:1000px; margin:20px auto; padding:18px; background:#fff; border-radius:8px; box-shadow:0 2px 12px rgba(0,0,0,0.06); font-family:Arial, sans-serif; }
.nb-register h2, .nb-submit h2, .nb-dashboard h2 { margin:0 0 12px; }
.nb-table { width:100%; border-collapse:collapse; }
.nb-table th, .nb-table td { padding:8px; border-bottom:1px solid #eee; text-align:left; }
