@charset "UTF-8";
/* CSS Document */

/* DISCIPLINES
/ ---------------------------------------------------------- */

table.lijst {
	width: 100%;
}

table.lijst thead {
	background-color: #0057A3;
	color: #fff;
	font-weight: normal;
	height: 25px;
}

table.lijst thead th {
	line-height: 25px;
	padding: 0 0 0 5px;
}

table.lijst tbody tr {
	height: 25px;
}

table.lijst tbody tr.odd {
	background-color: #f4f4f4;
}

table.lijst tbody tr td {
	padding: 0 0 0 5px;
	line-height: 25px;
}

#projecttabel {
	height: 270px;
	width: auto;
	overflow: scroll;
}
