/* Puzzle wrapper specific */

#pz-wrapper-outer {
  background: #2f2f35;
  user-select: none;
  -webkit-user-select: none;
}

#pz-wrapper {
  background: #36363b; 
  position: relative;
  width: 100%;
  min-height: 40vw;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-top: 1px solid #fff;
}

#pz-wrapper #pz-canvas {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

#pz-controls button {
  width: 36px; 
  height: 36px;
  font-size: 18px;
  text-align: center;
  border-color: transparent;
  padding: 0;
}

#pz-controls button.active {
  background: #4c6570;
}

#pz-controls-right {
  float: right;
}