h3, h4, pre {
	padding-top: 24pt;
	clear: both;
}

.ROTable {
	margin: 0;
	padding: 0;
}

.ROTable .ROColumn {
	margin: 0;
	padding: 0;
	float: left;
	
	width: 220px;

}

.ROTable .locationCaption {
	padding: 2px 6px;
	text-align: center;
	font-size: 20px;
	height: 30px;
	
	/* background-color: rgba(255, 255, 88, 0.15); */
}

.ROTable .ROHours {
	width: 40px;
}

.ROTable .ROLocation {
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}

.ROEvent {
	position: relative;
	background-color: rgba(130, 130, 25, 0.5);
	border-radius: 12px;
	border: 1px solid #999999;
	padding: 4px 10px;
	
	
	background-size: auto 32px;
	background-position: bottom right;
	background-repeat: no-repeat;
	
	text-shadow: 2px 2px 2px black;
}


.ROEvent .eventTimes {
	display: inline-block;
	float: left;
	font-size: 0.9em;
}

.ROEvent .eventDuration {
	display: inline-block;
	float: right;
	font-size: 0.9em;
}

.ROEvent .eventName {
	display: block;
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: -3pt;
}

.ROEvent .eventInfo {
	/*float: left;*/
	display: inline-block;
	padding-left: 4pt;
	padding-right: 42px;
	font-style: italic;
	font-size: 0.8em;

}

.ROEvent .eventCategory {
	/*float: left;*/
	display: inline-block;
	font-style: italic;
	font-size: 0.8em;
	padding: 0pt 4pt;
	
	border: 1px solid black;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 4px;
}


.ROTable canvas {
	width: 100%;
	height: 100%;
	margin-top: -30px;
}

.ROTable .ROColumn:last-child {
	margin-bottom: 24pt;
}

#currentTime {
	/* not applicable if festival is in different time zone */
	display: none;
	position: relative;
	border: 1px solid #ff9933;
	height: 3px;
	width: 100%;
	opacity: 0.5;
}