@import url(//fonts.googleapis.com/css?family=Lato);
.event-line-node { 
	font-family: Lato;
	font-weight: 300;
	font-size: 18px;
	color: rgb(255, 255, 255);
}
.event-line-wrap:hover .event-line-node { 
	color: rgb(255, 255, 255);
}
a.event-line-wrap { 
	background-color: rgba(255, 255, 255, 0);
	padding-top: 20px;
	padding-bottom: 20px;
}
a.event-line-wrap:hover { 
	background-color: rgb(25, 30, 38);
}
.countdown-block { 
	font-family: Lato;
	font-weight: 300;
	font-size: 21px;
	color: rgb(255, 255, 255);
	letter-spacing: 0px;
}
a.event-line-wrap .event-line-countdown-wrap { 
	background-color: rgb(166, 127, 87);
}
ul.concerts-list { 
	border-top-color: rgba(255, 255, 255, 0);
}
ul.concerts-list li { 
	border-bottom-color: rgba(255, 255, 255, 0);
}
.events-bar { 
	border-top-color: rgba(255, 255, 255, 0);
	background-color: rgb(240, 240, 240);
}
span.events-bar-artists select { 
	border-color: rgba(255, 255, 255, 0);
}
span.events-bar-title, span.events-bar-artists select { 
	font-weight: 400;
	font-size: 15px;
	color: rgb(255, 255, 255);
	letter-spacing: 0px;
}
span.events-bar-artists:after { 
	border-top-color: rgba(255, 255, 255, 0);
	border-bottom-color: rgba(255, 255, 255, 0);
}
@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 { 
	font-family: Lato;
	font-weight: bold;
	font-size: 21px;
	color: rgb(255, 255, 255);
}
.iron-audioplayer .album-title { 
	font-family: Lato;
	font-weight: 300;
	font-size: 16px;
	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);
}


.iron-audioplayer .control polygon, .iron-audioplayer .control path, .iron-audioplayer .control rect{
	fill:rgb(255, 255, 255);
}

.iron-audioplayer .player .currentTime, .iron-audioplayer .player .totalTime{
    color:rgb(255, 255, 255);
}
.iron-audioplayer .playlist .current .track-number svg path{
    fill:rgb(215, 163, 79);
}

