.event-line-node { 
	font-family: Lato;
	font-weight: 300;
	font-size: 16px;
	color: rgb(192, 192, 192);
}
.event-line-wrap:hover .event-line-node { 
	color: rgb(255, 255, 255);
}
.event-line-wrap { 
	background-color: rgb(64, 64, 64);
	padding-top: 30px;
	padding-bottom: 30px;
}
.event-line-wrap:hover { 
	background-color: rgb(0, 102, 102);
}
.event-line-wrap .artists { 
	color: rgb(64, 64, 64);
}
.countdown-block { 
	font-family: Lato;
	font-weight: 300;
	font-size: 18px;
	color: rgb(255, 255, 255);
	letter-spacing: 2px;
}
.event-line-wrap .event-line-countdown-wrap { 
	background-color: rgb(64, 64, 64);
}
ul.concerts-list { 
	border-top-color: rgb(171, 170, 170);
}
ul.concerts-list li { 
	border-bottom-color: rgb(171, 170, 170);
}
.events-bar { 
	border-top-color: rgb(171, 170, 170);
	background-color: rgb(240, 240, 240);
}
span.events-bar-title, span.events-bar-artists select { 
	font-family: Lato;
	font-weight: 300;
	font-size: 15px;
	color: rgb(43, 43, 43);
	letter-spacing: 0px;
}
.event-line-wrap .artists{ background-color:rgb(192, 192, 192)}