.portal_menu{
	background-color: white;
	color:black;
	font-size: 12px;
	padding-left: 4px;
	
}
.portal_menu a {
	color:black;
	font-size: 12px;
	padding:2px;
	text-decoration: underline;
}
.portal_menu a.active {
	color:black;
	background-color: white;
}
.portal_menu a.logout {
	color:orange;
}

table.st_lijst{
	font-size: 12px;
	width:100%;
}
table.st_lijst thead{
	font-size: 12px;
	font-weight: bold;
}table.st_lijst tbody tr td{
	padding-left: 14px;
	padding-right: 14px;
}