.event-line-node { 
	font-family: Fira Mono;
	font-weight: regular;
	font-size: 18px;
	color: rgb(256, 256, 256);
}
.event-line-wrap:hover .event-line-node { 
	color: rgb(0, 0, 0);
}
.event-line-wrap { 
	background-color: rgb(0, 0, 0);
	padding-top: 10px;
	padding-bottom: 10px;
}
.event-line-wrap:hover { 
	background-color: rgb(256, 256, 256);
}
.event-line-wrap .artists { 
	color: rgb(0, 0, 0);
}
.countdown-block { 
	font-family: Fira Mono;
	font-weight: regular;
	font-size: 18px;
	color: rgb(0, 0, 0);
	letter-spacing: 0px;
}
.event-line-wrap .event-line-countdown-wrap { 
	background-color: rgb(256, 256, 256);
}
ul.concerts-list { 
	border-top-color: rgb(0, 0, 0);
}
ul.concerts-list li { 
	border-bottom-color: rgb(0, 0, 0);
}
.events-bar { 
	border-top-color: rgb(0, 0, 0);
	background-color: rgb(227, 220, 206);
}
span.events-bar-artists select { 
	border-color: rgb(110, 110, 110);
}
span.events-bar-title, span.events-bar-artists select { 
	font-family: Josefin Sans;
	font-size: 15px;
	color: rgb(220, 220, 270);
	letter-spacing: 0px;
}
span.events-bar-artists:after { 
	border-top-color: rgb(110, 110, 110);
	border-bottom-color: rgb(110, 110, 110);
}
.event-line-wrap .artists{ background-color:rgb(256, 256, 256)}