.gantt .bar { stroke-width: 1.2px; }
.gantt-yellow .bar { fill: #FFF3BF; stroke: #D9BF00; }
.gantt-green  .bar { fill: #D3F9D8; stroke: #2B8A3E; }
.gantt-pulse .bar { animation: pulse 1.2s infinite; }
@keyframes pulse { 0%{filter:drop-shadow(0 0 0 rgba(255,193,7,.7));} 50%{filter:drop-shadow(0 0 6px rgba(255,193,7,.9));} 100%{filter:drop-shadow(0 0 0 rgba(255,193,7,.7));} }
#frnt-gantt { min-height: 520px; }