@import url(//fonts.googleapis.com/css?family=Lato);@import url(//fonts.googleapis.com/css?family=Cantarell);
.event-line-node { 
	font-family: Lato;
	font-size: 16px;
	color: rgb(255, 255, 255);
}
.event-line-wrap:hover .event-line-node { 
	color: rgb(255, 255, 255);
}
.event-line-wrap { 
	background-color: rgb(194, 194, 194);
	padding-top: 60px;
	padding-bottom: 60px;
}
.event-line-wrap:hover { 
	background-color: rgb(190, 190, 190);
}
.event-line-wrap .artists { 
	color: rgb(194, 194, 194);
}
.countdown-block { 
	font-family: Cantarell;
	font-size: 18px;
	color: rgb(255, 255, 255);
	letter-spacing: 2px;
}
.event-line-wrap .event-line-countdown-wrap { 
	background-color: rgb(168, 168, 168);
}
ul.concerts-list { 
	border-top-color: rgb(180, 180, 180);
}
ul.concerts-list li { 
	border-bottom-color: rgb(180, 180, 180);
}
.events-bar { 
	border-top-color: rgb(180, 180, 180);
	background-color: rgb(240, 240, 240);
}
span.events-bar-title, span.events-bar-artists select { 
	font-weight: 400;
	font-size: 15px;
	color: rgb(255, 255, 255);
	letter-spacing: 0px;
}
.event-line-wrap .artists{ background-color:rgb(255, 255, 255)}