* {
  box-sizing: border-box !important;
}

#previewFull {
  background-color: #FFFFFF !important;
  width: 840px !important;
  color: inherit;
  margin: 0 auto !important;
}

body {
  background-color: #FFFFFF !important;
  color: inherit;
}

#stage, #stage2 {
  border-bottom: 1px dotted #7F7F7F !important;
}

#sitetitle {
  border-bottom: 1px dotted #7F7F7F !important;
  width: 840px !important;
  margin: 0 auto !important;
}

.borderRight {
  border-right: 1px solid #FFFFFF !important;
}

.logo {
  display: inherit !important;
}

.pngDelayDisplay {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.detailText {
  color: #333333 !important;
  background-color: inherit;
}

.preview {
  border: 55px solid #FFFFFF !important;
}

.thumbnail {
  background-color: #FFFFFF !important;
  color: inherit;
  width: 213.33px !important;
  height: 213.33px !important;
}

#index {
  width: 840px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  margin: 0 auto !important;
}

#wrapper_thumb {
  height: auto !important;
  width: 840px !important;
  margin: 0 auto !important;
}

#wrapper_thumb > div {
  width: 840px !important;
}

#stage2 {
  width: 840px !important;
}

.itemNumber {
  color: #9C9C9C !important;
  display: none !important;
  background-color: inherit;
}

.caption {
  color: #B3B3B3 !important;
  background-color: inherit;
}

.borderTopLeft {
  border-top: 1px solid #FFFFFF !important;
  border-left: 1px solid #FFFFFF !important;
}

.selectedThumbnail {
  background-color: #FFFFFF !important;
  color: inherit;
}

.borderRightDotted {
  border-right: 1px dotted #FFFFFF !important;
}

.borderBottomRight {
  border-right: 1px solid #FFFFFF !important;
  border-bottom: 1px solid #FFFFFF !important;
}

#wrapper_large {
  width: 840px !important;
  margin: 0 auto !important;
}

.emptyThumbnail {
  background-color: #FFFFFF !important;
  color: inherit;
}

.thumb {
  border: none !important;
}

.borderBottom {
  border-bottom: 1px solid #FFFFFF !important;
}

#stage {
  width: 840px !important;
}

.textColor {
  color: #333333 !important;
  background-color: inherit;
}

#collectionHeader > h1.textColor {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

#contact {
  height: 72px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

#contact > a > p.textColor {
  width: 60px !important;
}

#contact > a {
  display: block !important;
  flex-direction: column !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 60px !important;
}

#contact > a:nth-child(3) {
  color: #cccccc !important;
  font-size: 9px !important;
  opacity: 0.3 !important;
  transition: opacity 0.3s ease !important;
}

#contact:hover > a:nth-child(3) {
  opacity: 0.8 !important;
}

#content {
  height: auto !important;
  width: 840px !important;
  margin: 0 auto !important;
}

#content > img {
  width: 800px !important;
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 700px) {
  body {
    padding: 12px 0 !important;
  }

  #wrapper_thumb {
    width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  #wrapper_thumb > div {
    width: 100% !important;
  }

  #wrapper_large {
    width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  #stage,
  #stage2,
  #previewFull,
  #index {
    width: 100% !important;
  }

  .preview {
    border: 20px solid #FFFFFF !important;
  }

  .thumbnail {
    width: 50% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    float: none !important;
  }

  .thumbnail a > div {
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .thumb {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  #content img {
    max-height: 60vh !important;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
  }
}
