#shows-container {
  line-height: 1.5rem;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

#more-shows > .shows-list {
  display: none;
}

#more-shows > a {
  display: block;
  font-weight: bold;
  text-align: center;
}

#shows-container p {
  margin-bottom: 0;
}


#shows-container td {
  vertical-align: top;
}

#shows-container .date {
  background-color: #222;
  color: #fff;
  text-align: center;
  vertical-align: top;
  width: 3.5rem;
  padding: .75rem .75rem;
}

#shows-container td.show-information {
  padding: .75rem 2rem 0 1rem;
}

#shows-container td.show-details {
  text-align: right;
  padding-top: .75rem;
  width: 17rem;
}


#shows-container .date p {
  line-height: 1.25em;
  margin: 0;
  padding: 0;
}

#shows-container .day {
  font-size: 1.5rem;
  font-weight: bold;
}
#shows-container .month {
  font-size: 1rem;
  text-transform: uppercase;
}
#shows-container .year {
  font-size: 1rem;
}



#shows-container .venue-name {
  font-size: 1.15rem;
  margin-bottom: 0;
  line-height: 1em;
  font-weight: bold;
}

#shows-container .venue-address {
  color: #777;
  font-size: 1rem;
}
#shows-container .description {
  margin-top: .5rem;
  font-style: italic;
}


#shows-container a {
  text-decoration: none;
}

#shows-container a:hover {
  text-decoration: underline;
}


#shows-container .extras span {
  display: inline-block;
}

#shows-container .extras span+span:before {
  content: ",\0000a0";
}


.time-doors,
.time-set {
  font-weight: bold;
}

.time-doors span,
.time-set span{
  font-weight: normal;
}


.time-doors+.time-set {
  margin-left: 1rem;
}