/* */

table.koersinformatie {
	width: 600px;
	border-collapse: collapse;
}

table.koersinformatie td.grey {
	background-color: #E0E0E0;
	white-space:nowrap;
}

table.koersinformatie td {
	background-color:#FFFFFF;
	border: 1px solid #E0E0E0;
    white-space:nowrap;
}

table.koersinformatie tr.clear,
table.koersinformatie tr.clear td {
    border-style:none;
}


