@import url(//fonts.googleapis.com/css?family=EB+Garamond);@import url(//fonts.googleapis.com/css?family=Lato);
.event-line-node { 
	font-family: EB Garamond;
	font-size: 18px;
	color: rgb(19, 17, 18);
}
.event-line-wrap:hover .event-line-node { 
	color: rgb(0, 0, 0);
}
a.event-line-wrap { 
	background-color: rgb(245, 245, 245);
	padding-top: 20px;
	padding-bottom: 20px;
}
a.event-line-wrap:hover { 
	background-color: rgb(230, 230, 230);
}
.countdown-block { 
	font-family: Lato;
	font-size: 21px;
	color: rgb(245, 245, 245);
	letter-spacing: 0px;
}
a.event-line-wrap .event-line-countdown-wrap { 
	background-color: rgb(19, 17, 18);
}
ul.concerts-list { 
	border-top-color: rgb(245, 245, 245);
}
ul.concerts-list li { 
	border-bottom-color: rgb(245, 245, 245);
}
.events-bar { 
	border-top-color: rgb(245, 245, 245);
	background-color: rgb(245, 245, 245);
}
span.events-bar-artists select { 
	border-color: rgb(245, 245, 245);
}
span.events-bar-title, span.events-bar-artists select { 
	font-family: Lato;
	font-size: 15px;
	color: rgb(43, 43, 43);
	letter-spacing: 0px;
}
span.events-bar-artists:after { 
	border-top-color: rgb(245, 245, 245);
	border-bottom-color: rgb(245, 245, 245);
}
@import url(//fonts.googleapis.com/css?family=Lato);
.iron-audioplayer .playlist .audio-track, .iron-audioplayer .playlist .track-number { 
	font-family: Lato;
	font-size: 16px;
	color: rgb(245, 245, 245);
}
.iron-audioplayer .track-title { 
	font-family: Lato;
	font-size: 24px;
	color: rgb(245, 245, 245);
}
.iron-audioplayer .album-title { 
	font-family: Lato;
	font-size: 18px;
	color: rgb(245, 245, 245);
}
.iron-audioplayer .playlist .audio-track:hover { 
	color: rgb(215, 215, 215);
}
.iron-audioplayer .playlist li.current .audio-track { 
	color: rgb(161, 116, 161);
}
 { 
	color: rgb(161, 116, 161);
}


.iron-audioplayer .control polygon, .iron-audioplayer .control path, .iron-audioplayer .control rect{
	fill:rgb(225, 225, 225);
}

.iron-audioplayer .player .currentTime, .iron-audioplayer .player .totalTime{
    color:rgb(225, 225, 225);
}
.iron-audioplayer .playlist .current .track-number svg path{
    fill:rgb(161, 116, 161);
}

