.div_content_planning{
	display:none;
}
table td {
	padding: 5px;
    border-top: thin solid #DDDDDD; 
}
table td:first-child {
    border-left: thin solid #DDDDDD;
	
}
table td:last-child {
    border-right: thin solid #DDDDDD;
}

@media only screen and (max-device-width : 640px) {
table tr td.hideonmobile {
	display: none;
}
table tr td[data-rel='details'] {
	border-right: thin solid #DDDDDD;
}
table tr td[data-rel='educationName'] {
	border-left: thin solid #DDDDDD;
}
table tr td[data-rel='inschrijven'] {
  background: #F8F8F8;
  text-align: center;
  padding: 15px;
}
}
@media only screen and (min-width: 455px) {
table tr td.hideondesktop {
	display: none;
	text-align: right;
}

}