@charset "utf-8";
table.sql-tabel {
	width: 100%;
	border: solid 1px #372d35;
}
table.sql-tabel td, table.sql-tabel th {
	padding: 3px;
	white-space: nowrap;
	cursor: default;
}
table.sql-tabel tr.sql-tabel-oneven {
	color: #000;
	background-color: #EEE;
}
table.sql-tabel tr.sql-tabel-even {
	color: #000;
	background-color: #FFF;
}
table.sql-tabel thead {
	font-weight: bold;
	color: #FFF;
	background-color: #372d35;
}
table.sql-tabel thead td {
	background-color: #8BAFE5;
}
table.sql-tabel tbody td.hover {
	background-color: #BBB;
}
table.sql-tabel select {
	width: 100%;
}
table.sql-tabel input {
	width: 97%;
}
table.sql-tabel tbody td.icon, table.sql-tabel tbody th.icon {
	width: 1px;
}
table.sql-tabel td div talen * {
	display: none;
}
table.sql-tabel td div talen nl {
	display: inline;
}