.cal div{
	-webkit-transition: 	background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-moz-transition: 		background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	-o-transition: 			background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: 			background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.cal .cal-row{
	position: relative;
	height: 80px;
	//background-color: #012c3a;
	//background-color: rgba(#012c3a, 0.2);
	margin: 10px 0px 0px 0px;
	cursor: pointer;
}
.cal:hover .cal-row{
	background-color: #729D9F;
}

.cal .plaats,
.cal .locatie{
	position: absolute;
	left: 110px;
	top: 10px;
	right: 0;
	text-transform: uppercase;
	color: white;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.cal .plaats{
	letter-spacing: -2px;
	font-size: 24px;
}

.cal .locatie{
	top: 45px;
	font-weight: bold;
	color: #e5c221;
}

.cal .left{
	display: block;
	background-color: #729D9F;
	color: white;
	width: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
}

.cal .left .day{
	display: block;
	text-align: center;
	padding: 0px;
	font-size: 48px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	line-height: 80px;
}

.cal .left .month{
	display: block;
	text-align: center;
	padding: 0px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.cal .left .weekday{
	display: block;
	text-align: center;
	padding: 0px;
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	opacity: 0.5;
}

.cal.inactive .omschrijving{
	display: none;
}

.cal .omschrijving{
	background-color: #012c3a;
	padding: 10px 10px 10px 110px;
	color: white;
	border: 1pt solid #729D9F;
}

.cal.active .cal-row{
	background-color: #729D9F;
}


.cal.past .cal-row{
	opacity: 0.5;
	height: 50px;
}
.cal.past .plaats{
	font-size: 10px;
	letter-spacing: inherit;
}
.cal.past .locatie{
	top: 25px;
}
.cal.past .left .weekday{
	display: none;
}
.cal.past .left .day{
	font-size: 26px;
	line-height: 60px;
}
