@charset "utf-8";

/*
 these are classes which should indicate on the development server
 that there is something to do here

 these same classes are hidden on the live and test server
*/
.missing_i_points, .missing_data {
	display: none;
}


