/*Formating of the upcoming shows
all new CSS */
h2{
  font-size: 1.2em;
  font-weight: bold;
}
table, td, tr, th{
  background: none;
  text-align: top;
}
td{
  vertical-align: top;
  padding-right: 1em;
  padding-left: 1.5em;
}
tr:nth-child(even){
  background-color: rgba(0,0,0,.05);
}
th{
  font-size: 1.2em;
  padding-bottom: 5px;
}
th div{
  display: inline-table;
  background-color: rgba(0,0,0,.2);
  border-radius: 5px;
  margin-left: 10px;
  width: 15px;
  height: 10px;
  text-align: center;
}
article table:nth-child(n+2) th{
  color: blue;
}

//Classes
.show{
  list-style-type: none;
}
.show li{
  width: 21em;
}
.right{
  width: 15em;
  float: right;
}
.subheader{
  font-size: 1.0em;
  font-weight: bold;
  padding-left: 1em;
  cursor: pointer;  
}
.minimized tr:nth-child(n+2){
  display: none;
}
.minimizedAll tr{
  display: none;
}
.showButton{
  color: #ff3333;
  cursor: pointer;
}
.hotels{
  display: none;
}
.hotelName{
  font-size: 1em;
  color: blue;
  cursor: pointer;
  padding: .25em 0 0 1.5em;
  font-weight: bold;
}