/* highlights the future shows */
.futureshow {
border-left: 3px solid red;
padding-bottom:1ex;
}
.futureshow .smallprint {
font-size: larger;
}
/* cross out shows already done */
.pastshow .title {
text-decoration: line-through;;
}
