body {
	font-family: Arial, sans-serif;
	font-size: 11px;
}
div.rooster > table {
	border-collapse: collapse;
}
div.rooster > table > tbody > tr > td, div.rooster > table > tbody > tr > th {
	border: thin solid black;
	padding: 1.1mm 2mm 1.1mm 2mm;
}
#content {
	font-size: 16px;
}
#footer {
	font-size: 9px;
	clear: left;
	padding-top: 5px;
}
.toets {
	border: solid #777777 1px;
	float: left;
	background-color: #eeeeee;
	padding: 2px 3px;
	margin: 2px;
}
.fixed {
	border: solid #777777 2px;
	float: left;
	background-color: #eeeeee;
	padding: 2px 3px;
	margin: 2px;
}
.teroosteren {
	display: block;
	min-height: 150px;
	margin: 2px;
	padding: 2px 3px;
	border: solid #aaaaaa 2px;
	list-style-type: none;
}
/* teroosteren and moment must resize while there are floats inside,
 * there are two tricks: 
 * - set overflow: hidden, but this screws with
 *   draggable (draggable items disappear when dragged outside
 *   their container
 * - add teroosteren:after as below, this fixes all problemens
 *   (hopefully) */
.teroosteren:after {
	content: "";
	display: block;
	clear: both;
}
.moment {
	display: block;
	min-height: 100px;
	margin: 2px;
	padding: 2px 3px;
	border: solid #aaaaaa 2px;
	list-style-type: none;
}
.moment:after {
	content: "";
	display: block;
	clear: both;
}
.dag {
	/*float: left;*/
	height: auto;
	min-height: 66px;
	display: block;
	margin: 2px;
	padding: 2px 3px;
	border: solid #aaaaaa 2px;
	list-style-type: none;
}
.momentlocation {
	float: left;
	width: 30%;
	margin: 2px;
	padding: 2px 3px;
	border: solid #aaaaaa 2px;
	list-style-type: none;
}
div.tablemarkup > table {
        border-collapse: collapse;
}
div.tablemarkup > table * td, div.tablemarkup > table * th {
        padding-top: 1.1mm;
        padding-bottom: 1.1mm;
        padding-left: 1.1mm;
        padding-right: 1.1mm;
        border: 1px solid black
}
