a{ display: inline-block; }
.calWrapper{
	width: 100%;
	min-width: 980px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	align-content: center;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 0px;
	line-height: 0px;
}
.eventCalWrapper{
	position: relative;
	width: 346px;
	min-width: 346px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	align-content: center;
	gap: 50px;
	overflow: hidden;
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
.eventWithControlsContainer{
	display: flex;
	flex-direction: row;
	align-items: stretch;
}
.eventCalContainerMarginLeft{ margin-left: 50px; }
.eventCalContainerMarginRight{ margin-right: 50px; }
.eventCalContainer{
	box-shadow: #000000 0px 2px 10px;
	background-color: #ffffff;
}
.calHeader{
	width: calc(100% - 10px - 10px);
	padding: 10px;
	text-align: center;
	background-color: #34331c;
	color: #ffffff;
}
.eventCalTable{
	display: inline-block;
	width: 226px;
	margin: 10px;
}
.eventCalTable tr td{
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	border: 2px solid transparent;
}
.calEventLink{
	width: 100%;
	height: 100%;
	background-color: #39a466;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	transition: all 0.2s;
}
.calEventLink:hover{
	transform: scale(0.8);
	color: #ffffff;
}
.controlPrevImg{
	position: relative;
	width: 50px;
	font-family: 'remixicon', sans-serif;
	font-size: 25px;
	line-height: 300px;
	color: #ffffff;
	background-color: transparent;
	text-align: center;
}
.controlPrevImg:hover{
	color: #ffffff;
	background-color: rgb(0,0,0,0.2);
}
.controlNextImg{
	position: relative;
	width: 50px;
	font-size: 25px;
	line-height: 300px;
	color: #ffffff;
	background-color: transparent;
	text-align: center;
}
.controlNextImg:hover{
	color: #ffffff;
	background-color: rgb(0,0,0,0.2);
}
.eventDetailWrapper{
	width: 634px;
	min-width: 634px;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	box-shadow: #000000 0px 2px 10px;
	overflow: hidden;
	overflow-y: auto;
	padding: 0px;
	font-size: 16px;
	line-height: 21px;
}
.eventDetailWrapper table {
	width: calc(100% - 25px - 25px);
	margin: 25px;
	margin-bottom: 0px;
}
.eventDetailWrapper table tr td{
	font-size: 14px;
	line-height: 21px;
}
.eventDetailWrapper table tr td:nth-child(1){ width: 100px; padding-right: 15px; text-align: center; }
.eventDetailWrapper table tr:nth-child(odd){ background-color: #f4f4f3; }
.eventHighlight{ background-color: #fe8585; }
.highlightDay{ background-color: #fe8585; }
.infoMsgContainer{
	display: inline-block;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	font-size: 12px;
	line-height: 14px;
}
.infoMsgContainerStd{
	display: inline-block;
	font-size: 16px;
	line-height: 21px;
	padding: 15px;
}
.eventDLLink{
	font-size: 12px;
	line-height: 21px;
	color: #ffffff;
	font-weight: normal;
	margin-right: 15px;
}