.bijzonder {
	padding: 3px 0 15px 45px;
	cursor: default;
}

nav a {
	display: inline-block;
	height: 24px;
	padding: 0 9px;
	color: #fff;
	text-decoration: none;
	line-height: 24px;
	font-family: LFT Etica,Lucida Sans,Lucida Grande,Lucida Sans Unicode,Arial,sans-serif;
	font-size: .85em;
	border-radius: 3px;
}

.agenda li {
	list-style-type: none;
	margin: 12px 0;
}

.agenda li .beschrijving:before {
	content: ' ';
}

.agenda li .dag {
	display: inline-block;
	width: 32px;
	height: 24px;
	margin: 0 12px 0 0;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #111;
	border-radius: 3px;
}

.agenda li .discipline {
	display: inline-block;
	height: 24px;
	padding: 0 9px;
	margin: 0 12px 0 0;
	line-height: 24px;
	font-family: LFT Etica,Lucida Sans,Lucida Grande,Lucida Sans Unicode,Arial,sans-serif;
	font-size: .85em;
	color: #fff;
	background-color: #111;
	border-radius: 3px;
}

.agenda li .internationaal {
	margin: 0 9px 0 -3px;
	font-family: LFT Etica,Lucida Sans,Lucida Grande,Lucida Sans Unicode,Arial,sans-serif;
	text-transform: uppercase;
	font-size: 9px;
}

.agenda li .event {
	font-weight: 700;
}

.agenda li .wanneerwaar {
	color: #999;
}

.agenda li .wanneerwaar:before {
	content: ' ';
}

.agenda li .pointer {
	cursor: pointer;
}

.agenda li .pointer .event {
	border-bottom: 1px dotted #aaa;
}

.agenda li .pointer .wanneerwaar:after {
	content: "...";
	display: inline-table;
	line-height: 15px;
	margin: 0 0 0 4px;
	padding: 0 2px 3px;
	color: #fff;
	background-color: #ddd;
	border-radius: 3px;
}

.content .agenda.lijst nav .pop,
.content .agenda.lijst .pop .discipline {
	background-color: #73c720;
}

.content .agenda.lijst nav .jazz,
.content .agenda.lijst .jazz .discipline {
	background-color: #3f9f0e;
}

.content .agenda.lijst nav .klassiek,
.content .agenda.lijst .klassiek .discipline {
	background-color: #0B861E;
}

.content .agenda.lijst nav .theater,
.content .agenda.lijst .theater .discipline {
	background-color: #951212;
}

.content .agenda.lijst nav .cabaret,
.content .agenda.lijst .cabaret .discipline {
	background-color: #d31919;
}

.content .agenda.lijst nav .dans,
.content .agenda.lijst .dans .discipline {
	background-color: #b62785;
}

.content .agenda.lijst nav .musical,
.content .agenda.lijst .musical .discipline {
	background-color: #99037f;
}

.content .agenda.lijst nav .beeldendekunst,
.content .agenda.lijst .beeldendekunst .discipline {
	background-color: #3c88e5;
}

.content .agenda.lijst nav .film,
.content .agenda.lijst .film .discipline {
	background-color: #3bc0c0;
}

.content .agenda.lijst nav a {
	color: #fff;
	border: none;
}

nav a.verbergen {
	color: #666!important;
	background-color: #eee!important;
}