/* userstyles.org - downsize screenshots to window width (DM) */
/* hovering or use of context "View Image" will show fullsize image   */
/* ===================================================== */
/* David McRitchie, 2008-11-24 Style 12373, updated (none)*/
/* 2008-11-25 incorporate most of downsize screenshot portion found in 11912 */

/* use right arrow key to move  right when hovering over  image  */

@-moz-document domain("userstyles.org") {
/* 14722 hover, 575  don't resize  */
img.multiple-screenshot:hover 
     {max-width: none !important;   }
img.single-screenshot:hover
     {max-width: none !important;}

/* style 321 has a resize but found better in 11912 */  
/* style 11912 Large screenshots are downsized to fit the body of the page*/
.screenshot-table  {display:block!important;text-align:left!important;} 
.screenshot-table *{display:inline-block!important}  
.screenshot-table tbody,.screenshot-table tr,.screenshot-before,.screenshot-after,.screenshot  {max-width:100%!important}

}  /* end brace for domain limitation */
