<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cboxTitle{
  display: block;
  color: white;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  height: 40px;
  line-height: 40px;
  bottom: 5px;
  width: 100%;
  background: none;
  background-color: rgba(0, 0, 0, 0.7);
}

#cboxLoadedContent{
  color: white;
}
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleRight,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleCenter,
#cboxContent{
  background: none;
}

#cboxPrevious,
#cboxNext, 
#cboxClose{
  background: none;
  display: block;
  height: 40px;
  width: 70px;
  background-color: white;
  overflow: hidden;
  margin-bottom: -10px;
  background-size: 20%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover{
  background-position: 50% 50%;
  opacity: 0.7;
}

#cboxClose{    
  background-color: rgba(255, 130, 130, 0.53);
  color: white;
}

#cboxCurrent{display:none !important;}

#cboxPrevious{
  border-radius: 50px 0px 0px 50px;
  background-image: url('../img/colorbox/arrow-left.png');
  outline: none;
}
#cboxNext{
  margin-left: 45px;
  border-radius: 0px 50px 50px 0px;
  background-image: url('../img/colorbox/arrow-right.png');
  outline: none;
}

#cboxClose{
  background-image: url('../img/colorbox/close.png');
}

#cboxTitle{
  display: none !important;
}</pre></body></html>