div.closed + .timeline-event {
	background-color: #333 !important;
	height : 60px;
}	

div.closed > .timeline-event-content {
	background-color: #f2f2f2 !important;
	height : 52px;
	padding : 8px;
}

div.appointment + .timeline-event {
	background-color: #f68600 !important;
	height : 54px;
	margin-top : 4px;
	margin-bottom : 6px;

}
.timeline-axis-grid .timeline-axis-grid-minor {
	background : #f6f6f6;
	}