/*
 *	Hide all other content except lightbox (do not touch!)
 */
 body > *:not(#colorbox) { display: none !important; }



/*
 *	Prepare the box for printing (do not touch!) 
 */
 #colorbox, #cboxWrapper,
 #cboxTopLeft, #cboxTopCenter, #cboxTopRight,
 #cboxMiddleLeft, #cboxContent, #cboxLoadedContent, #cboxMiddleRight,
 #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight { width:100% !important; height:100% !important; }

 #cboxClose, #cboxNext, #cboxPrevious { display:none !important; }



/*
 *	Print styles for the box 
 */
 #cboxDialogLabel { font-size:250.00%; color:#000; text-decoration:none; }
 #cboxPhoto { margin-left:0 !important; margin-right:0 !important; }



