#wild_wrapper {
  background-color: rgb(255,235,170);
  height: 621px;
  padding: 4px;
  width: 725px;
}

#history_wrapper {
  width: 200px;
  height: 612px;
  float: left;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
  
.history_panel {
  width: 100%;
  height: 25%;
  position: relative;
  font-size:80%;
}  

.bottom_dashed {
  border-bottom: 2px dashed #000000;
}
  
.history_title {
  font-size:120%;
  width: 100%;
  text-align: center;
}  
 
.history_middle {
  width: 100%;
  height: 70%;
} 
  
.rotate {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  
  /* Firefox */
  -moz-transform: rotate(-90deg);
  
  /* IE */
  -ms-transform: rotate(-90deg);
  
  /* Opera */
  -o-transform: rotate(-90deg);
}

.left_text {
  border-bottom: 1px solid #000000;
  left: -37px;
  padding-left: 10px;
  position: absolute;
  top: 55px;
  width: 45%;
}

.history_table {
  height: 100%;
  margin-left: 10%;
  width: 85%;
  table-layout: fixed;
  font-size: 80%;
}

.history_table td {
  text-align: center;
  padding-right: 1px;
}

.history_bar {
  vertical-align: bottom;
}

.pre_round {
  border: 1px solid #000000;
  height: 100%;
  line-height:80px;
}

.skip_round {
  border: 1px solid #FF0000;
  height: 100%;
  color: #FF0000;
  line-height:80px;
}

.history_foot {
  width: 100%;
  text-align: center;
}  

#canvas {
  background-repeat: no-repeat;
  border: 1px solid #000000;
  float: left;
  height: 512px;
  margin: 0 0 4px 4px;
  width: 512px;
}

#bottom_panels {
  border: 1px solid #000000;
  background-color: #FFFFFF;
  float: left;
  height: 96px;
  width: 512px;
  margin-left: 4px;
}

.bottom_panel {
  width: 30%;
  text-align: center;
}

#left_panel {
  width: 40%;
}

.coord_input {
  width: 30px;
}

#drill {
  margin-top: 12px;
}

#right_panel {
  font-weight: bold;
}

#instruction_time_limit {
  float: right;
}
