/* (c) Innings2, generated by Mathigon Studio */
x-voxel-painter {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
x-voxel-painter .eraser {
  position: absolute;
  width: 40px;
  height: 40px;
  background: red;
}
x-voxel-painter .icon-btn {
  position: absolute;
  bottom: 6px;
  right: 6px;
}

#cube-draw x-polypad svg, #cube-net-draw x-polypad svg {
  height: 400px;
}

div.die-faces {
  width: 620px;
  height: 600px;
  text-align: center;
}
div.die-faces svg {
  width: 620px;
  height: 465px;
  background-color: white;
}
div.die-faces svg path.target {
  fill: transparent;
  stroke: black;
  stroke-width: 2px;
}
div.die-faces svg path.target.over {
  fill: #bfc212;
}
div.die-faces div.faces {
  display: inline-flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}
div.die-faces div.faces div.face {
  width: 90px;
  height: 90px;
  max-width: 90px;
  flex: 90px;
  margin: 2px;
  background-color: white;
  border: 3px solid black;
  background-size: contain;
  display: inline-block;
}
div.die-faces div.faces div.face svg {
  width: 90px;
  height: 90px;
}