/* currently, redefining "hide" is the ONLY difference between the print stylesheet and the regular,
except in the Performance Appraisals module, where perfApp/_css/perfApp_print.css is used instead
(redefines some other styles to print better in greyscale)
*/

.hide{
display:none;
}
