.ns-counter-report {
	max-width: 900px;
	margin: 2rem auto;
	padding: 0 1rem;
}
.ns-counter-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1rem;
}
.ns-counter-table th,
.ns-counter-table td {
	border: 1px solid #ddd;
	padding: 0.5rem 0.75rem;
	text-align: left;
	font-size: 0.9rem;
}
.ns-counter-table th {
	background: #002c40;
	color: #fff;
}
.ns-counter-table tr:nth-child(even) {
	background: #f7f7f7;
}
