.aside {
	font-size: smaller;
}
.navigation {
	display: grid;
	grid-template-columns:
	repeat(auto-fill, 200px);
	padding: 0;
	/*background: red;*/
}
.navigation ul {
	padding: 0;
}
.navigation li {
	list-style-type: none;
}
.navigation > li {
	font-weight: bold;
}
.navigation ul li {
	font-weight: unset;
}

.tpl-artists table table * {
	margin-block: 0;
}
.tpl-artists table table td {
	border: none;
	padding-block: 0;
}
.tpl-artists .table td:first-child {
	white-space: unset;
}