@import url("https://pages.rainfocus.com/db/wt25tem/generalstatic.css");

.cookie-issue {
display: none;
}


body[class*="scheduler-page-catalog"]:has(#rf-catalog:empty) .cookie-issue,
body[class*="scheduler-page-calendar"]:has(#rf-calendar:empty) .cookie-issue,
body[class*="sponsors-page-catalog"]:has(#rf-exhibitorcatalog:empty) .cookie-issue {
display: table;
}

.agenda-holder {
	display: flex;
	flex-direction: row;
	margin-top: 0;
}

.home-tabs > div {
	display: inline-block;
	padding-right: 20px;
  padding-bottom: 10px;
  cursor: pointer;
}

.home-tabs div.active {
	font-weight: bold;
}


.home-tab-holder > div:not(.active) {
	display: none;
}
