#wortel_kalender td.passed {
	background: repeating-linear-gradient(
		45deg,
		#303030,
		#303030 5px,
		black 5px,
		black 10px
	);

}
#wortel_kalender .today {
	border: 2px solid #ff6600;
}

#wortel_kalender td {
	background: repeating-linear-gradient(
                45deg,
                #303030,
                #303030 5px,
                black 5px,
                black 10px
        );
}

#wortel_kalender td.highlighted {
        background: black;
}
#wortel_kalender td {
	width: 100px;
	height: 100px;
	font-family: "Exo 2";
	padding: 5px;
	border: 1px solid white;
	border-radius: 5px 5px;
}

#wortel_kalender td a {
	color: #ff6600;
}

#wortel_kalender td.pad {
        background: black;
}

#wortel_kalender .thedate, #wortel_kalender th, caption {
	font-family: "Exo 2";
	color: #f2f2f2;
	font-size: 20px;
}

#wortel_kalender .bezet {
	font-family: "Exo 2";
        color: #BEBEBE;
	font-size: 80%;
}

#wortel_kalender .cellcontent{
}

#wortel_kalender .cellcontent .celllink {
	font-size: 80%;
}

#wortel_kalender .cellcontent .cellbtn {
	position: relative;
	top: 10px;
}

#wortel_kalender .cellcontent a.cellbtn {
	background-color: #01b910;
	padding: 3px;
	border-radius: 5px;
	color: black;
}

#wortel_kalender .calendar caption {
	color: #f2f2f2;
	text-align: left;
}

#wortel_kalender th {
	text-align: left;
}

@media screen and (max-width: 600px) {
	#wortel_kalender a.cellbtn.desktop {
		display: none;
	}
	
	#wortel_kalender a.celllink.desktop:before {
        	content: 'Boek "';
	}
	#wortel_kalender a.celllink.desktop:after {
                content: '"';
        }


}

@media screen and (min-width: 601px) {
        #wortel_kalender a.celllink.boekbaaraanbod::after {
                content: ' om op deze dag een voorstelling te plannen';
        }
}

