table.eventList td {
	border-top: 1px solid #666666;
}
table.eventList tr:last-child td {
	border-bottom: 1px solid #666666;
}
table.eventList tr.pastEvent {
	color:#666666;
}
table.eventList tr.pastEvent a {
	color:#666666;
}
table.eventList tr.currentEvent {
	background-color:#666;
}
table.eventList tr.currentEvent td.event {
	color:#333333;
}
table.eventList tr td.event {
	background-color:#B4B4B4;
}
table.eventList tr:hover td.event {
	background-color:#999999;
}
ul.calendar {
	margin: 0px; padding: 0px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
ul.calendar li {
	flex: 1 1 14%;
	list-style: none;
	height: 78px;
	text-align:center;
	vertical-align: middle;
	font-size: 0.8em;
	margin: 1px; padding: 0;
	border: 1px solid #CCCCCC;
}
ul.calendar li.header {
	background-color: #DDDDDD;
	height: 2em;
}
ul.calendar li#calendarToday {
	border: 1px solid #0000FF;
}
ul.calendar li span.event {
	background-color: #eeeeee;
	border-radius: 0.2em;
	border: solid 1px #999999;
    color: #333333;
    padding: 0.2em;
    line-height: 2em;
}
ul.calendar li span.event:hover {
	background-color:#999999;/*CCCCCC*/
}
ul.calendar li span.event.default a {
	color:#333333;
}
p.legend {
	line-height:1.8em;
}
p.legend span.default {
	background-color: #B4B4B4;
}
p.legend span.default:hover {
	background-color:#999999;
}
p.legend span.home {
	background-color: #99B2FF;
}
p.legend span.home:hover {
	background-color:#6699FF;
}
p.legend span.guest {
	background-color: #FFFF66;
}
p.legend span.guest:hover {
	background-color:#FFDD11;
}
div.eventHeader, div.eventHeaderIndex {
	/*min-height:88px;*/
	padding: 6px; margin-top: 1em;
	background-color:#EEE;
	background-position: center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #CCC;	
	text-align:center;
	margin-bottom:0.5em;
}

div.eventHeader {
	display: flex;
	flex-direction: row;
	align-items: center;
	border-width: 0px;
}
div.eventHeaderIndex {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.4em;
}
div.eventHeader div.datesheet {
	width: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
div.eventHeader div.eventTitle {
	font-size:1.4em;
	padding: 0.5em;
}

div.eventHeader.textAlignLeft {
	text-align:left;
}
div.datesheet {
	width:80px;
	padding: 4px;
	margin: 0px;
	background-color: rgba(255,255,255,0.8);
	background-position: center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: solid 1px #FFF;	
	text-align:center;
	line-height:1;
}
.elevation-button {
	top: 65px;
	left: .5em;
}
.ol-touch .elevation-button {
	top: 80px;
}
.elevation-active {
	background-color: #000 !important;
}