.event-line-node { 
	font-family: Goudy Bookletter 1911;
	font-size: 16px;
	color: rgb(56, 28, 43);
}
.event-line-wrap:hover .event-line-node { 
	color: rgb(255, 255, 255);
}
.event-line-wrap { 
	background-color: rgb(228, 218, 223);
	padding-top: 10px;
	padding-bottom: 10px;
}
.event-line-wrap:hover { 
	background-color: rgb(127, 85, 107);
}
.event-line-wrap .artists { 
	color: rgb(228, 218, 223);
}
.countdown-block { 
	font-family: Cantarell;
	font-size: 18px;
	color: rgb(249, 244, 247);
	letter-spacing: 2px;
}
.event-line-wrap .event-line-countdown-wrap { 
	background-color: rgb(44, 30, 36);
}
ul.concerts-list { 
	border-top-color: rgb(49, 32, 41);
}
ul.concerts-list li { 
	border-bottom-color: rgb(49, 32, 41);
}
.events-bar { 
	border-top-color: rgb(49, 32, 41);
	background-color: rgb(240, 240, 240);
}
span.events-bar-title, span.events-bar-artists select { 
	font-family: Cantarell;
	font-size: 15px;
	color: rgb(43, 43, 43);
	letter-spacing: 0px;
}
.event-line-wrap .artists{ background-color:rgb(56, 28, 43)}