.nl-table { width:100%; border-collapse: collapse; }
.nl-table th, .nl-table td { border:1px solid #ddd; padding:8px; text-align:left; }
.nl-table th { background:#0073aa; color:#fff; }
.nl-table tr:nth-child(even){ background:#f9f9f9; }
.nl-table a { color:#0073aa; text-decoration:none; }
.nl-table a:hover { text-decoration:underline; }
.nl-dashboard, .nl-admin-wrap { margin:20px; }
button { cursor:pointer; padding:5px 10px; border:none; border-radius:3px; background:#0073aa; color:#fff; }
button:hover { background:#005177; }
@media screen and (max-width:600px){ .nl-table th, .nl-table td { font-size:14px; padding:6px; } }
.nl-success { color:green; }
.nl-error { color:red; }
