body {
 background-color:#FFFFFF; 
}

.gametable {
  position:relative;
  left:0;
  top:50;
  border: 1px solid black;
}

.gamecell {
  width: 10em;
  height: 4em;
  
}

.gamebutton {
 height: 100%;
 width: 100%;
 max-height:4em;
 max-width: 10em;
 display:none;
}

.campfireoptions {
 display: none; 
}

#readoutcell {
  width: 102em;
  max-width: 102em;
  height:7em;
  max-height:7em;
  border: 5px gray;
  border-style: ridge;
}

#readout {
  float:left;
  width: 94em;
  height:7em;
}

#startbutton {
  position:fixed;
 left:50vw;
 top:50vh;
 Width:30%;
 Height:15%;
 transform: translate(-50%,-50%);
 display: block;
 z-index: 2;
}

#warmstatssay {
 position:fixed;
 right:10px;
 top:50px;
 visibility:hidden;
 }
 
 #campreturn {
   position: fixed;
   right:20px;
   bottom:20px;
   height:7em;
   width:7em;
   background-color: transparent;
   border: 3px double black;
   display:none;
 }
 
