.page {
  display: none;
}

#instructions {
  display: block;
}

#instance {
  float: left;
  width: 48%;
  display: inline-block;
}

#keymap {
  clear: both;
  border: 1px solid #000000;
  padding: 0 20px 10px 20px;
  display: table; 
  margin-left: -20px;
}

#next {
  /* float: right; */
  bottom: 0px;
  right: 0px;
  position: absolute;
}

.choiceBox {
  width: 20px;
}

.gamecharts th {
  font-size: 30px;
  /* border-top: 20px solid transparent; */
}

.limeCharts {
  width: 100%;
}

.limeWrapper {
  float: left;
  width: 360px;
}

.limeWrapper h3 {
  width: 360px;
  text-align: center;
}

.limeChart {
  width: 360px;
}

.limeTitle {
  display: inline-block;
  width: 160px;
  text-align: right;
  border-right: 3px solid black;
  height: 26px;
  padding-right:2px;
}

.limeGraph {
  display: inline-block;
  height: 20px;
  vertical-align: middle;
}

.pos {
  background-color: #4dac26;
}

.neg {
  background-color: #d01c8b;
}

.chart {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.charts {
  display: inline-block;
  max-width: 50%;
}

.itChart span {
  padding-right: 10px;
}

.pagenum {
  display:inline-block;
}

#bonus {
  float: right;
  display: none;
}

.instanceSelector {
  margin: auto;
  clear: both;
  display: none;
}