body {
	font-family: arial;
	background-color: #000;
	/*background-image: url('/img/artist-bg.jpg');*/
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

/* playlist-logo */
.artist-logo {
	margin-top: 40px;
	margin-bottom: 0px;
}

.artist-logo img {
	max-height: 45px;
}

/* playlist-custom */
.playlist-custom h3 {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #b1b1b1;
}

/* playlist-artwork */
.playlist-artwork img {
	height: 200px;
}

/* playlist-name */
.playlist-name h1 {
	font-size: 20px;
	color: #fff;
}

.playlist-name h1.error {
	color: #a94442;
}

/* playlist-stats */
.playlist-stats p {
	font-size: 14px;
	color: #b1b1b1;
}

/* playlist-follow-btn */
.playlist-follow-btn {
	margin-top: 10px;
}

.playlist-follow-btn .btn-default {
	margin-bottom: 40px;
	padding: 12px 24px;
	border: none;
	border-radius: 32px;
	background-color: #1db954;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}

.privacy-policy {
	color: #a1a1a1;
	margin-bottom: 20px;
}

.privacy-policy a {
	color: #a1a1a1;
	text-decoration: underline;
}
