@import url(//fonts.googleapis.com/css?family=PT+Serif);
.event-line-node { 
	font-family: PT Serif;
	font-size: 14px;
	color: rgb(43, 43, 43);
}
.event-line-wrap:hover .event-line-node { 
	color: rgb(255, 255, 255);
}
a.event-line-wrap { 
	background-color: rgb(255, 255, 255);
	padding-top: 20px;
	padding-bottom: 20px;
}
a.event-line-wrap:hover { 
	background-color: rgba(131, 144, 117, 0.77);
}
.countdown-block { 
	font-family: PT Serif;
	font-size: 21px;
	color: rgb(255, 255, 255);
	letter-spacing: 0px;
}
a.event-line-wrap .event-line-countdown-wrap { 
	background-color: rgba(131, 144, 117, 0.77);
}
ul.concerts-list { 
	border-top-color: rgb(43, 43, 43);
}
ul.concerts-list li { 
	border-bottom-color: rgb(43, 43, 43);
}
.events-bar { 
	border-top-color: rgb(43, 43, 43);
	background-color: rgba(131, 144, 117, 0.77);
}
span.events-bar-artists select { 
	border-color: rgb(43, 43, 43);
}
span.events-bar-title, span.events-bar-artists select { 
	font-weight: 400;
	font-size: 15px;
	color: rgb(43, 43, 43);
	letter-spacing: 0px;
}
span.events-bar-artists:after { 
	border-top-color: rgb(43, 43, 43);
	border-bottom-color: rgb(43, 43, 43);
}
@import url(//fonts.googleapis.com/css?family=PT+Serif);
.iron-audioplayer .playlist .audio-track, .iron-audioplayer .playlist .track-number { 
	font-family: PT Serif;
	font-size: 16px;
	color: rgb(0, 0, 0);
}
.iron-audioplayer .track-title { 
	font-family: PT Serif;
	font-size: 16px;
	color: rgb(0, 0, 0);
}
.iron-audioplayer .album-title { 
	font-family: PT Serif;
	font-size: 14px;
	color: rgb(0, 0, 0);
}
.iron-audioplayer .playlist .audio-track:hover { 
	color: rgb(215, 215, 215);
}
.iron-audioplayer .playlist li.current .audio-track { 
	color: rgb(77, 77, 79);
}
 { 
	color: rgb(77, 77, 79);
}


.iron-audioplayer .control polygon, .iron-audioplayer .control path, .iron-audioplayer .control rect{
	fill:rgb(0, 0, 0);
}

.iron-audioplayer .player .currentTime, .iron-audioplayer .player .totalTime{
    color:rgb(0, 0, 0);
}
.iron-audioplayer .playlist .current .track-number svg path{
    fill:rgb(77, 77, 79);
}

