/* seatmap */
.seatmap-front {
  border: none !important;
  border-top: 2px solid #06f !important;
  font-size: 0.6em;
}

.seatmap {
  font-family: free mono, courier new;
  font-weight: bold;
  font-size: 20pt;
}
table.seatmap {
  border-collapse: collapse;
  border-spacing: 0;
  width: 12em;
}
.seatmap td {
  text-align: center;
}

.seatmap td {
  border: 2px solid black;
  padding: 0px;
  padding-top: 0.2em;
}

.seatmap-blank {
  border: none !important;
  visibility: hidden;
}

/*pink: #F06; blue: #06f; green: #6f0 green2: #0f6*/

.seatmap-reserved-crew {
  background-color: #06f;
  cursor: default !important;
}

.seatmap-reserved {
  background-color: #F06;
  cursor: default !important;
}

.seatmap-hover {
  background-color: #cec;
}

.seatmap-selected {
  background-color: #0f6;
}

.seatmap td span {
  font-size: 10px;
}

.seatmap-form {
  display: none;
}

button[disabled], input[type="submit"][disabled] {
  cursor: default !important;
}

button[disabled], input[disabled] {
  opacity: .5;
}

#submit {
  font-size: 2em;
  width: 12em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
