/* 

This file is for CSS needed for iMIS apps to work right that are NOT client-specific.
Client-specific overrides should go in 99-Overrides.css. CSS intended to override 
styles from the scraped content should be in the /ATSResources/override.css file, 
so they are applied to other ATS apps that scrape as well.

*/

/* Position the surf-to-edit button in the upper-left on scraped pages */
.ste-toggle {
	position: absolute;
	top: 0;
	left: 0;
}
