.period, .broadcast {
    stroke: #aaa;
    stroke-width: 1;
}

.period {
    fill: transparent;
}

.late {
    fill: #eee;
}

.now {
    fill: goldenrod;
}

.future {
    fill: #666;
}

svg   text {
    font: 10px "courier" ;
}