.coloringShell {
  width: 760px;
  max-width: 96%;
  margin: 12px auto 24px auto;
  padding: 14px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
}
.coloringIntro {
  margin: 0 0 12px 0;
  line-height: 1.35;
}
.coloringControls {
  text-align: center;
  margin: 10px 0;
}
.coloringControls select,
.coloringControls button {
  font-size: 14px;
  margin: 3px;
}
.colorSwatches {
  text-align: center;
  margin: 8px 0;
}
.colorSwatches button {
  width: 28px;
  height: 28px;
  margin: 2px;
  border: 2px solid #777777;
  cursor: pointer;
}
.colorSwatches button.active {
  border-color: #000000;
}
#colorCanvas {
  display: block;
  width: 620px;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
  background: #ffffff;
  border: 1px solid #777777;
  cursor: crosshair;
  touch-action: none;
}
.coloringStatus {
  text-align: center;
  min-height: 22px;
  font-weight: bold;
}
