.lw-colorpicker {
  position: absolute;
  left: 0;
  top: 0;
  width: 192px;
  height: 192px;
  padding: 12px;
}

.lw-colorpicker img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lw-colorpicker .lw-handle {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3), inset 0 1px 2px rgba(0,0,0,0.3);
}

.lw-colorpicker .lw-sb,
.lw-colorpicker .lw-h {
  border: 1px solid #ccc;
  position: absolute;
  left: 10px;
  height: 192px;
}

.lw-colorpicker .lw-sb {
  top: 10px;
  width: 192px;
  background-color: #f00;
}

.lw-colorpicker .lw-sb .lw-handle {
  width: 20px;
  height: 20px;
  border-radius: 12px;
  margin: -12px 0 0 -12px;
}

.lw-colorpicker .lw-h {
  position: absolute;
  left: 214px;
  top: 10px;
  width: 23px;
}

.lw-colorpicker .lw-h .lw-handle {
  width: 34px;
  height: 10px;
  border-radius: 2px;
  margin: -7px 0 0 -7px;
}