#my-timeline{ 
	height: 720px; 
	width:900px; 
	font-family:sans-serif;
	line-height:110%;
}

.hjs-theme { color: #fc3; background:transparent;} /*Textfarbe Event Eintrag */
.hjs-theme .timeline-band-0 .timeline-ether-bg {color: #fc3; background: #ddd }
.hjs-theme .timeline-band-1 .timeline-ether-bg {color: #fc3; background: #999 }
.hjs-theme .timeline-band-2 .timeline-ether-bg {color: #fc3; background: #ccc }
.hjs-theme .timeline-band-3 .timeline-ether-bg {color: #fc3; background: #fff }

.hjs-theme .t-highlight1 {color: #fc3; background: #003; }
.hjs-theme .p-highlight1 {color: #fc3; background: #300; }

/* textcolor and font-size start labels */
.hjs-theme .timeline-highlight-label-start .label_t-highlight1 { 
	color: #1c3d1e;
	background:transparent;
	font-size:80%; 
	}
/* textcolor and font-size end labels */
.hjs-theme .timeline-highlight-label-end .label_t-highlight1 { 
	color: #1c3d1e;
	background:transparent;
	font-size:80%; 
	
	}  

.hjs-theme .timeline-band-events .important { color: #f00; background:transparent;}
.hjs-theme .timeline-band-events .small-important {color: #f00; background: #f00; }

.hjs-theme .timeline-date-label-em { color: #fff; background:transparent;}
.hjs-theme .timeline-ether-lines { border-color: #ffc; border-style: solid; } /* Linien Zeiteinteilung */
.hjs-theme .timeline-ether-highlight {color: #fff; background: #1c3d1e; } /* background color of the hilite-zone */

.hjs-theme .timeline-event-tape,
.hjs-theme .timeline-small-event-tape {color: #fff; background: #f93; } /*color of duration bar */
.hjs-theme .timeline-ether-weekends {color: #fff; background: #111; }

/* timeline event bubble */
.timeline-event-bubble-body{
	margin-top:4px;
	font-family:serif;
	text-align:left;
}

.timeline-event-bubble-title{
	display:none;
}

.timeline-event-bubble-time{
	display:none;
}
.timeline-event-bubble-image{
	display:block;
	/*margin-top:14px;*/
	/*border:solid 1px #f00;*/
}
