Template:N Chart/styles.css

table.n-table {
	table-layout: fixed;
	width: 132px;
}
table.n-table th {
	width: 25px;
	padding-left: 4px;
	padding-right: 4px;
	color: blue;
}

table.n-table td {
   padding: 0; 
   margin: 0;
   color: red;
}

/* [[Category:Template stylesheets]] */