p {
}

.room_div {
  width: 1000px;
  height: 1400px;
  overflow: visible;
  padding: 2em;
  border: solid 0px #000000;
  float: left;
  margin: 0 2em 2em 0;
}

.stage_div {
  border: solid 1px #CCCCCC;
  text-align: center;
  width: 900px;
  height: 50px;
  line-height: 50px;
}

.block_div {
  float: left;
  border: solid 1px #CCCCCC;
  padding: 0.5em;
  margin-top: 0.5em;
  margin-right: 0.5em;
  text-align: center;
}

.row_div {
  clear: both;
}

.seat_div {
  float: left;

  width: 30px;
  height: 30px;
  line-height: 30px;

  border: solid 1px;
  margin: 1px;

  text-align: center;
  vertical-align: middle;

  font-size: 80%;
}

.seat_div.blank {
  border: solid 1px #DDDDDD;
  background-color: #EEEEEE;
}

.seat_div.blocked {
  border: solid 1px #660000;
  background-color: #FFCCCC;
  color: #888888;
}

.seat_div.free {
  border: solid 1px #000000;
  background-color: #FFFFFF;
  color: #333333;
}
.seat_div.booked {
  border: solid 1px #000000;
  background-color: #CCCCFF;
  color: #333333;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 60%;
  background-color: #f5f5f5;
}

.main_logo_wrapper {
  text-align: center;
}

.main_logo {
  margin: 0 auto;
}

.name_data_toggle {
  cursor: pointer;
}

.has_tooltip {
  cursor: pointer;
}