tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {
	border-left: 0;
}

tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {
	border-right: 0;
}
		

.birthday {
    font-weight: bold;
    background: rgba(60, 179, 113, 0.3);
}

.event {
    font-weight: bold;
    background: rgba(255, 127,  80 , 0.5);
}

.birthevent {
    font-weight: bold;
    background: rgba(0, 128, 128, 0.5);
}

.scene {
  border-left: 5px solid #fff !important;
}
		
		
		
		
		