/* style.lfdb.nl.css */

database {
	display: block;
	background: #E0E0E0;
}

themes theme title {
	display: block;
	font-weight: bold;
	color: #333399;
	margin: 0em 1em;
}

persons person{
	display: block;
}
persons person name{
	display: block;
	font-weight: bold;
	color: #993333;
	margin: 0em 1em;
}
persons person email{
	display: block;
	margin: 0em 1em;
}

persons person desc{
	font-size: smaller;
}

issues issue title{
	display: block;
	font-weight: bold;
	color: #339933;
}

articles article {
	display: block;
}

article title {
	display: block;
	font-weight: bold;
	margin: 0em 1em;
}
article desc{
	font-size: smaller;
}

reserved, finished, file{
	display: none;
}
