.d_sidebarArtists {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.d_sidebarArtists_item {
	padding: 10px 0;
	border-bottom: 1px solid rgba(94,94,94,0.1);
	font-weight: 400;
	display: table;
	width: 100%;
}

.d_sidebarArtists_item:first-of-type {
	padding-top: 0;
}

.d_sidebarArtists_item:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.d_sidebarArtists_item a {
	color: #5e5e5e;
	text-decoration: none;
	font-weight: 700;
	transition: all .2s ease-in-out;
}

.d_sidebarArtists_item a:hover {
	padding-left: 5px;
	color: #ee7105;
}