@import url(//fonts.googleapis.com/css?family=Josefin+Sans);
.iron-audioplayer .playlist .audio-track, .iron-audioplayer .playlist .track-number { 
	font-family: Josefin Sans;
	font-size: 16px;
	color: rgb(0, 0, 0);
}
.iron-audioplayer .track-title, .continuousPlayer .track-name { 
	font-family: Josefin Sans;
	font-size: 24px;
	color: rgb(245, 245, 245);
}
.iron-audioplayer .album-title, .continuousPlayer .album-title { 
	font-family: Josefin Sans;
	font-size: 18px;
	color: rgb(245, 245, 245);
}
.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, 215, 215);
}
.iron-audioplayer .playlist li.current .audio-track { 
	color: rgb(113, 112, 113);
}
 { 
	color: rgb(113, 112, 113);
}
.continuousPlayer { 
	background-color: rgb(0, 0, 0);
}
