@import url(//fonts.googleapis.com/css?family=Lato);
.iron-audioplayer .playlist .audio-track, .iron-audioplayer .playlist .track-number { 
	font-family: Lato;
	font-weight: 100;
	font-size: 16px;
	color: rgb(255, 255, 255);
}
.iron-audioplayer .track-title, .continuousPlayer .track-name { 
	font-family: Lato;
	font-weight: bold;
	font-size: 21px;
	color: rgb(255, 255, 255);
}
.iron-audioplayer .album-title, .continuousPlayer .album-title { 
	font-family: Lato;
	font-weight: 300;
	font-size: 16px;
	color: rgb(255, 255, 255);
}
.continuousPlayer .track-name { 
	color: rgb(255, 255, 255);
}
.continuousPlayer .album-title { 
	color: rgb(255, 255, 255);
}
.iron-audioplayer .playlist .audio-track:hover { 
	color: rgb(215, 163, 79);
}
.iron-audioplayer .playlist li.current .audio-track { 
	color: rgb(215, 163, 79);
}
 { 
	color: rgb(215, 163, 79);
}
.continuousPlayer { 
	background-color: rgb(0, 0, 0);
}
