.artist_voting_item {
	position: relative;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.artist_voting_item:after {
	content: ''; position: absolute;
	bottom: 0; left: 1rem; right: 1rem;
	width: auto; height: 1px; background-color: #000;
}

.voting_item {
	background-color: #f1f1f1;
	padding: 1rem;
}
.voting_item .button {
	margin: 0.5rem 0 0;
}