
table.cbs-legend {
  
  width:  auto;
}
table.cbs-legend,
table.cbs-legend tr.odd,
table.cbs-legend tr.even,
table.cbs-legend tr.odd td, 
table.cbs-legend tr.even td {
  background-color: transparent;
}

table.seatmap,
table.seatmap * {
  border:  none;
  padding: 0px;
  margin:  0px;
  border-collapse: collapse;
  width: auto;
}

table.seatmap {
  margin-top: 1em;
  background-color: AntiqueWhite ; /*#E4E4E4; */
}

table.seatmap span.seat_desc {
  display: none;
}

table.seatmap td.scene {
 background-color:  green;
 color:             white;
 padding-top:       2em;
 padding-bottom:    2em;
 margin-bottom:	    2em;
 font-size:         200%;
 text-align:        center;
}

#cbs_seatmap_msg {

}

#cbs_seatmap_msg p {
  padding:  1em;
}

#cbs_seatmap_msg p.add {
  background-color: #EAF8E4;
  border: solid #8DC478 1px;
  color: #3E642F;
}

#cbs_seatmap_msg p.remove {
  background: #FFFFDD;
  border: solid #EED300 1px;
  color: #745500;
}


/* Javascript tooltip */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: antiqueWhite;
	padding: 5px;
	opacity: 1;
}
#tooltip h3, #tooltip div { margin: 0; }
