
/* Styles that apply to print medias only */

@media print 
{
	#nav-wrapper{display:none;}
	#myuser{display:none;}
	
	/* Print evaluation */
	#evaluation { display: block; position: relative; float: right; }
    #logo { float:left }

    /* Move it down a bit on the print */
    .PrintEvaluation { position: relative; top: 25px; }

    /* Remove print button from print */    
    #PrintButton { display: none; }

    /* Display Twins conclusion as other comments */
    table td TextArea 
        { padding: 5px; border: solid 1px lightgray; height: 75px; text-align:left; 
          overflow: auto; border-right: solid 1px lightgray; 
           width: 99%; }
}