@media only screen and (max-width: 600px) {
    td:nth-of-type(1):before { content: "Date"; }
    td:nth-of-type(2):before { content: "Event"; }
}
