@import url(//fonts.googleapis.com/css?family=Kanit:100,100,100);
.event-line-node { 
	font-family: Kanit;
	font-weight: 100;
	font-size: 16px;
	color: rgb(0, 0, 0);
}
.event-line-wrap:hover .event-line-node { 
	color: rgb(255, 255, 255);
}
.event-line-wrap { 
	background-color: rgba(165, 13, 234, 0);
	padding-top: 20px;
	padding-bottom: 20px;
}
.event-line-wrap:hover { 
	background-color: rgb(226, 94, 35);
}
.event-line-wrap .artists { 
	color: rgba(165, 13, 234, 0);
}
.countdown-block { 
	font-family: Kanit;
	font-weight: 100;
	font-size: 16px;
	color: rgb(0, 0, 0);
	letter-spacing: 0px;
}
.event-line-wrap .event-line-countdown-wrap { 
	background-color: rgb(68, 3, 3);
}
ul.concerts-list { 
	border-top-color: rgba(229, 55, 16, 0.95);
}
ul.concerts-list li { 
	border-bottom-color: rgba(229, 55, 16, 0.95);
}
.events-bar { 
	border-top-color: rgba(229, 55, 16, 0.95);
	background-color: rgb(52, 2, 2);
}
span.events-bar-title, span.events-bar-artists select { 
	font-family: Kanit;
	font-weight: 100;
	font-size: 16px;
	color: rgb(255, 151, 82);
	letter-spacing: 0px;
}
.event-line-wrap .artists{ background-color:rgb(0, 0, 0)}