.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.date-chooser {
  padding: 0 20px;
  border-bottom: 2px solid #00330c;
  margin-bottom: 20px;
}
.date-chooser ul {
  float: right;
}
.date-chooser ul li {
  float: left;
}
.date-chooser .weeks {
  padding: 5px 10px;
  margin-left: 10px;
}
.date-chooser .weeks a {
  text-decoration: none;
}
.date-chooser .weeks a:hover {
  text-decoration: underline;
}
.date-chooser .weeks.present {
  background-color: #00330c;
  color: white;
}
.date-chooser .weeks.future,
.date-chooser .weeks.past {
  background-color: #efefef;
}
.date-chooser .weeks.future a,
.date-chooser .weeks.past a {
  color: #333333;
}
.events-filter {
  margin-bottom: 40px;
}
.events-filter ul {
  float: right;
}
.events-filter ul li {
  float: left;
}
.events-filter ul li + li {
  margin-left: 20px;
}
.listings {
  color: #333333;
  margin-bottom: 10px;
}
.listing-column {
  float: left;
  min-height: 1px;
}
.listing-info {
  width: 50%;
}
.listing-tv,
.listing-radio,
.listing-streaming-media {
  width: 16.66667%;
}
.listings-header .listing-column {
  padding: 10px 0;
  text-indent: 10px;
  font-weight: bold;
  background-color: #00330c;
  color: white;
}
.listings-header .listing-column.listing-info span {
  margin: 0 10px;
  font-weight: normal;
}
.event.listing-row {
  background-color: #efefef;
}
.event.listing-row:nth-child(even) {
  background-color: white;
}
.listing-column .column-contents {
  padding: 10px;
}
.listing-column .event-time {
  float: left;
  width: 20%;
}
.listing-column .event-time > div {
  min-height: 1px;
}
.listing-column .event-time > div span {
  padding: 5px;
  background-color: #00330c;
  color: white;
  text-transform: uppercase;
}
.listing-column .event-details {
  float: left;
  width: 75%;
}
.listing-column.listing-streaming-media a {
  color: #333333;
  text-decoration: none;
}
.listing-column.listing-streaming-media a[href] {
  color: #00330c;
}
.listing-column.listing-streaming-media a[href]:hover {
  text-decoration: underline;
}
