#prefpage .show {
  width: 100%;
  padding: 2px 0;
  border-bottom: 1px solid #f5f5f5;
  transition: background-color .3s ease;
  cursor: pointer;
}

#prefpage .show:hover {
  transition: background-color .3s ease;
  background-color: #f5f5f5;
}
#prefpage .show:hover a .date {
  background-color: #e6e6e6;
}

#prefpage .show a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
}

#prefpage .show a .date {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: Roboto,sans-serif;
  color: #000;
  background-color: #f3f3f3;
  margin-right: 10px;
  padding: 3px 11px;
  border-radius: 5px;
}

#prefpage .show a .date .month {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}

#prefpage .show a .venue h2 {
  color: #000;
  font-family: Roboto,sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 175px;
}

#prefpage .show a .venue .location {
  color: #777;
  font-family: Roboto,sans-serif;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 175px;
}

#prefpage .show a .cta {
  font-family: Roboto,sans-serif;
  font-weight: 300;
  text-align: center;
  margin-left: auto;
  border-radius: 5px;
  border: 1px solid #777;
  padding: 8px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 155px;
  color: #777;
}

#prefpage .show a:hover .cta {
  transition: .3s ease;
  color: #fff;
  background-color: #222;
  border-color: #222;
}

#prefpage .past-shows {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  font-size: 14px;
  background-color: #f0f1f3;
  color: #777;
  font-family: Roboto,sans-serif;
  font-weight: 300;
}
