.cursusOverzicht {
	margin:0px;
	padding:0px;
	width:90%;
	
}.cursusOverzicht table{
    border-collapse: collapse;
	border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;	
}

@media screen and (max-width: 640px) {
	.cursusOverzicht table{
		overflow-x: scroll;
		display: block;
	    border-collapse: collapse;
		border-spacing: 0;
		width:100%;
		height:100%;
		margin:0px;
		padding:0px;	
	}
	
	.cursusOverzicht tr:first-child td{
		border:0px solid #ffffff;
		text-align:left;
		border-width:0px 0px 1px 1px;
		font-size:10px;
		font-family:Verdana;
		font-weight:bold;
		color:#ffffff;
	}
	
}

.cursusOverzicht tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.cursusOverzicht table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.cursusOverzicht table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.cursusOverzicht tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.cursusOverzicht tr:hover td{
	
}
.cursusOverzicht tr:nth-child(odd){ background-color:#e8e8e8; }
.cursusOverzicht tr:nth-child(even)    { background-color:#ffffff; }.cursusOverzicht td{
	vertical-align:middle;
	
	
	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:11px;
	color:#000000;
}.cursusOverzicht tr:last-child td{
	border-width:0px 1px 0px 0px;
}.cursusOverzicht tr td:last-child{
	border-width:0px 0px 1px 0px;
}.cursusOverzicht tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.cursusOverzicht tr:first-child td{
		background:-o-linear-gradient(bottom, #f2503b 5%, #f2503b 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2503b), color-stop(1, #f2503b) );
	background:-moz-linear-gradient( center top, #f2503b 5%, #f2503b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2503b", endColorstr="#f2503b");	background: -o-linear-gradient(top,#f2503b,f2503b);

	background-color:#f2503b;
	border:0px solid #ffffff;
	text-align:left;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Verdana;
	font-weight:bold;
	color:#ffffff;
}
.cursusOverzicht tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #f2503b 5%, #f2503b 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2503b), color-stop(1, #f2503b) );
	background:-moz-linear-gradient( center top, #f2503b 5%, #f2503b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2503b", endColorstr="#f2503b");	background: -o-linear-gradient(top,#f2503b,f2503b);

	background-color:#f2503b;
}
.cursusOverzicht tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.cursusOverzicht tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}