#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;
}  

.history_hide {
  display:none;
}

.history_bg {
    font-size: 120px;
    position: absolute;
    text-align: center;
    bottom: -16px;
    width: 100%;
}

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

#myCanvas {
  background-repeat: no-repeat;
  border: 1px solid #000000;
  float: left;
  height: 512px;
  margin: 0 0 4px 4px;
  width: 512px;
}
  
#waitForOthers {
  background-color: #cccccc;
  border: 5px double #000000;
  font-size: 200%;
  font-weight: bold;
  height: 100px;
  left: 38px;
  padding-top: 25px;
  position: absolute;
  text-align: center;
  top: 135px;
  width: 672px;
}
   
#scores {
  background-color: #ffffff;
  border: 5px double #000000;
  left: 295px;
  padding: 10px;
  position: absolute;
  text-align: left;
  top: 135px;
  width: 350px;
}
   
#scoreTable {
  width: 100%;
}   
   
#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;
}

#q1 {
  padding: 0 20px;
}

#q1 input {
  float: right;
  width: 300px;
}

#q1 div {
  display: inline-block;
  margin-bottom:10px;
}
