.event.past {
  display: none;
}

.event.present {
  background: blue;
}

.event.future {
  background: teal;
}

#next-times {
  display: inline;
}