body {
  padding-top: 2rem;
}

#swatchlist li {
  cursor: move;
  cursor: -webkit-grabbing;
}

#swatchlist .swatchButtons {
    opacity: 0;
    transition: opacity .2s;
    cursor: pointer;
    float: right;
}

#swatchlist li:hover .swatchButtons {
    opacity: 1;
}

.swatchListBlock {
    color: rgba(0, 0, 0, 0);
    margin-right: 10px;
    width: 4em;
}

#vizLargeSwatches, #vizMediumSwatches, #vizSmallSwatches, #vizCircles {
    width: 100px;
    height: 0;
}

#vizLines {
    width: 100%;
    height: 0;
}

#canvas {
    width: 300px;
    height: 300px;
}

#vizLightness {
    width: 300px;
    height: 60px;
    display: block;
}

#colorDots, #canvas {
  position: absolute;
  top: 0;
  left: 0;
}

#sliderTrackOverlay {
  pointer-events: stroke;
  stroke-width: 20px;
  stroke: transparent;
  cursor: crosshair;
}

#sliderHandle {
  fill: #fff;
  stroke: #000;
  stroke-opacity: 0.5;
  stroke-width: 1.25px;
}

.color-dot, .color-rect {
  cursor: pointer;
}

footer {
  font-size: 14px;
}

/* For triggering Bootstrap list group hover style via JavaScript */
.list-group-item-hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
