#swatch-target {
    width: 100%;
}

#swatch-target > div {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#mouseover {
    position: absolute;
    padding:5px;
    margin:0;
    border-radius:5px;
    background-color: hsl(180, 15%, 5%);
    color: white;
    display: inline-block;
    opacity: 1;
    transition: opacity 0.3s;
}

#mouseover p {
    max-width: 200px;
    overflow-wrap: break-word;
}

.full-width-flex-block {
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
}

.lds-dual-ring {
  display: none;
  width: 64px;
  height: 64px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid magenta;
  border-color: hsl(180, 20%, 30%) transparent hsl(180, 20%, 30%) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}





/*
     FILE ARCHIVED ON 11:55:28 Apr 3, 2020 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 4:53:11 Dec 28, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
