<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
ColorBox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}
#cboxOverlay{background:#777}
#cboxWrapper{}
#cboxContent{overflow:visible;margin:32px 30px 0}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{display:none}
#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background: #000;background: rgba(0,0,0,.5);-webkit-border-radius: 6px;-moz-border-radius: 6px;-ms-border-radius: 6px;border-radius: 6px}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;background:#000;background: rgba(0,0,0,.5);-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;border-radius: 4px;color:#fff;font-size:11px;padding:0 6px}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
#cboxSlideshow{background-color:#FFDB4C;width:26px;height:25px;text-indent:-9999px; position:absolute; -webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;border-radius: 3px}
#cboxSlideshow:hover {background-color: #fff}
#cboxPrevious,#cboxNext{background:transparent;width:35px;height:40px;line-height:40px;border:none;margin-top:-14px;padding:0;display:block;position:absolute;top:50%;color: #fd9f13;text-align: center;font-size: 40px;}
#cboxPrevious{left:-35px}
#cboxNext{right:-35px}
#cboxClose{background-color:#FFDB4C;width:25px;height:25px;color: #444444;font-weight:bold;position:absolute;right:-25px;top:5px;z-index:1000;border:none;-webkit-border-radius:0 3px 3px 0;-moz-border-radius: 0 3px 3px 0;-ms-border-radius: 0 3px 3px 0;border-radius: 0 3px 3px 0}
#cboxClose:hover {background-color: #fff}
#cboxSlideshow {right:90px}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -1px}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-75px -26px}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px -1px}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-100px -26px}
.cbox_content {background:#fff;padding:20px}
</pre></body></html>