table.schedule  { width: 100%; }
/* hours column */
table.schedule td               { border-bottom: 1px solid #eee; }
table.schedule td:first-child   { color: #aeaeae; }
/* event description column */
table.schedule td:last-child    { }

table.schedule tr.break td { color: #aeaeae; font-style: italic; }

/* This appears in the footer metadata area */
#event-last-updated
{
    font-style: italic;
    color: #365e1a;
    text-align: right;
}