	@media print{
		#header{ display:none;}
		#sub-menu{ display:none;}
		#footer{ display:none;}

        button.export { display:none; }
        button.login{
            display: none;
        }
        button.logout {
            display: none;
        }
        a.print{
            display: none;
        }
        div.pure-menu {
            display:none;
        }

		#content
		{
			width:100%;
			margin:0;
			float:none;
			font-size:10px;
		}
		

		div#content>div:not(.actions),
		div.index
		{
			width:100%;
			border-right:0px #FFF;
		}
		
		table {
			overflow:visible;
			width:100%;
		}
		
		table th.actions,
		table td.actions 
		{
			display:none;
		}
		
		a[href]:after {
			content: none !important;
		}
	}