.area_center > .caption{
	display:block;
}
.usage_exhibitor:before{
	content:"";
	width:12px;
	height:12px;
	background-color:rgb(134 217 153);
	border-radius:100px;
	margin-right:4px;
	background-image:none !important;
}
.tour .wrap_clndr_schedule table.clndr_body td.tour.exhibitor{
	position:relative;
	background-image:none !important;
	
}
.tour .wrap_clndr_schedule table.clndr_body td.tour.exhibitor:before{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	content:"";
	width:18px;
	height:18px;
	background-color:rgb(134 217 153);
	border-radius:100px;
	mix-blend-mode: multiply;
}
.tour .wrap_clndr_schedule table.clndr_body td.tour.exdirector.exhibitor:before{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	content:"";
	width:18px;
	height:18px;
	border:2px solid #ffa300;
	border-radius:0;
}
.tour .wrap_clndr_schedule table.clndr_body td.tour.night.exhibitor:before{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	content:"";
	width:18px;
	height:18px;
	border:2px solid #e600ff;
	border-radius:0;
}
